I am using colorbox in a responsive website.
I have a request : I wish that Colorbox automatically adjusts itself to the size and orientation of the screen / mobile devi
Answer from owner of colorbox.
window.addEventListener("orientationchange", function() { if($('#cboxOverlay').is(':visible'){ $.colorbox.load(true); } }, false);