jackmoore / colorbox

A light-weight, customizable lightbox plugin for jQuery
http://www.jacklmoore.com/colorbox/
MIT License
4.75k stars 1.14k forks source link

Color Box Responsive Issue #813

Open designinsist opened 7 years ago

designinsist commented 7 years ago

Here is how i have added color box in my code. <script> $(document).ready(function () { setTimeout(function () { $.colorbox({ width: "50%", inline: true, href: "#inline_content" }) }, 5000); }); </script> I am using color box for inline HTML, here is the code that i have added to make this pop up responsive that i found from github. ` Githubissues.

  • Githubissues is a development platform for aggregating issues.