lokesh / lightbox2

THE original Lightbox script (v2).
http://lokeshdhakar.com/projects/lightbox2/
MIT License
6.22k stars 1.77k forks source link

img size issue on mobile (landscape) #545

Closed lgualtieri75 closed 8 years ago

lgualtieri75 commented 8 years ago

this line if (self.options.maxHeight && self.options.maxHeight < maxImageWidth) {

i've replaced with

if (self.options.maxHeight && self.options.maxHeight < maxImageHeight) {

lokesh commented 8 years ago

I am looking to improve the mobile viewing of wide photos. It is on the roadmap!