JeremyHeleine / Photo-Sphere-Viewer

A JavaScript library to display Photo Sphere panoramas.
851 stars 943 forks source link

Will Not Load if Hidden #97

Open Jing-King opened 5 years ago

Jing-King commented 5 years ago

It won't load the image, if the div is hidden. https://vimeo.com/347834543

asha23 commented 4 years ago

Also have this issue. When the screen is manually resized, the image comes into view.. Odd

juliannade commented 4 years ago

I figured out a way around this. For the container div that is hidden, instead of setting it to display: none, set it to height: 0. Then when you want it to be visible set the height to 100%, or whatever height you need it to be. Then it works.