Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

offsetLeft and offsetTop are incorrectly calculated #9

Open
YamCrack opened this issue May 18, 2015 · 1 comment
Open

offsetLeft and offsetTop are incorrectly calculated #9

YamCrack opened this issue May 18, 2015 · 1 comment

Comments

@YamCrack
Copy link

Please change the line 236 in the file image-zoom.js

from this
if (el) {
to this
while (el) {

to correct the issue,

thanks in advance and sorry for my bad english

@Lctrs
Copy link

Lctrs commented May 27, 2015

This has been fixed in baedcaf.

@uschen Can you please push v0.2.1 on bower so we can have this fix please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants