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
I've made this in CSS for youtube video box, but take care, it could cut some vertical images.
@media (max-width: 480px) { #colorbox { max-height:218px !important; } #cboxWrapper *, #cboxWrapper { height:auto !important; } }