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

Colorbox resize on click of Alt key #869

Open arpitasethi opened 5 years ago

arpitasethi commented 5 years ago

Colorbox pop-up size gets changed when user clicks on Alt button on FF and IE11 browser(windows), after the popup is opened. Is it a known bug? Any recommendation?

jackmoore commented 5 years ago

Sorry, I could not reproduce this issue. Pressing alt in IE11 did toggle the menu bar, which does affect the viewport size. Colorbox's dimensions can be set as a percentage of viewport size and will resize and reposition when the viewport size changes (window.resize event). Could that be the issue? If not I'll need more information for reproducing the problem.

arpitasethi commented 5 years ago

Yes, that is the issue. Thanks for the idea, I have a workaround at least. :)