javascript - How to find a Coordinate of a point on Image after zoom -


I have an image that zooms on the mouse wheel. I want to put another image on that image and I want it once when I zoom the first image, then my second image goes to the same point of the image on which it is lying first. In short, I want to know the coordination of the point of the image on the zoom.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -