dimsemenov / Magnific-Popup

Light and responsive lightbox script with focus on performance.
http://dimsemenov.com/plugins/magnific-popup/
MIT License
11.39k stars 3.48k forks source link

image resize #533

Open tillilab opened 10 years ago

tillilab commented 10 years ago

Hi, thanks for your plugin, it's not an issue, it's just to notify you that I modified the image.verticalFit function to resize according to the window innerheight, I don't know why but it didn't take the correct height... it took the document height, so in a very long page the image max-height was to high.

thanks again

JulianNorton commented 9 years ago

confirming, I have an image that's getting a style="max-height: 6000px;" which is way too large

JulianNorton commented 9 years ago

appending max-height: 100vh !important; to img.mfp-img resolves this problem for me.

TheOpsDev commented 7 years ago

@JulianNorton Thank you for this, big help.

Alexie81 commented 3 years ago

Yea, thx, but, close this issue if u want :)