CSS-Tricks / AnythingZoomer

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

jQuery 1.8 #7

Closed Mottie closed 12 years ago

Mottie commented 12 years ago

There is an issue with positioning the zoom window when using jQuery v1.8. I believe it might be due to the changes to the box sizing coding of width.

I'll investigate this issue when I have more time. Sorry!

mrmnmly commented 12 years ago

I don't know if it will help You, but I had some dispositioning of a image on chrome, but I solved it by replacing all span tags with div ones in js file.

Mottie commented 12 years ago

Fixed in version 2.2 :)