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

mysql - How to enter php data into a html multiple select box -

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

c++ - Cassandra datastax cpp driver - avoiding unnecessary copies -