CSS-Tricks / AnythingZoomer

Zoom in on images or content
https://css-tricks.github.io/AnythingZoomer/
MIT License
207 stars 45 forks source link

Hidden elements #22

Closed ghost closed 10 years ago

ghost commented 11 years ago

Script doesnt work on hidden elements :(

Mottie commented 11 years ago

Hi @V34s!

Sorry for taking so long to respond.

The script needs to get the dimensions of the element in order to calculate how to position the large image (zoom window). If you want to hide the large image during loading, please check out the code in issue #21. Otherwise can you please relay to us which elements are being hidden?

ghost commented 10 years ago

I found a solution via enable/disable on show/hide.