jaukia / zoomooz

An easy-to-use jQuery plugin for making zooming web pages.
http://janne.aukia.com/zoomooz/
1.79k stars 275 forks source link

Viewport detection after Zoomooz scale #114

Open SimeriaIonut opened 8 years ago

SimeriaIonut commented 8 years ago

After zoom, I want to be able to take the coordinates left and top of my element relative to the viewport, however I get wrong values because my "body" is scaled (zoomed).

I tried using getBoundingClientRect(), however it doesn't give me values relative to the viewport, but to the document.

How can I get the top and left value of an element relative to the viewport after zooming in with zoomooz?