We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
i had the same issue. i set my image width and height with px; at the end. img src="" width="100px;"
and when i removed it to just a number it fixed the problem and i didnt get NaN in my co-ordinates
I think it's because by adding px it turns the numbers into a string. and the javascript cant do the maths with strings and it becomes a NaN
Sorry, something went wrong.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: