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

popup content not vertically centered on android>chrome #1082

Closed teezecrost closed 6 years ago

teezecrost commented 6 years ago

Popup content appears too low on screen on android > galaxyS8 > chrome.

magnific-android-inner

magnific-android-outter

ghost commented 6 years ago

Try setting "fixedContentPos: true" on initialization. Was having the same issue.

teezecrost commented 6 years ago

Thank you, Hanischa. I'd tried all that, but then I discovered that stupidly I had all popup parameters inside the "items:" object. I Closed "Items" earlier and all is back to normal now. Funny it was only affecting android chrome, and strange I didn't notice earlier!