If a web page is zoomed out/in in any modern browser, then how I can find size of a DIV element at 100% zoom?
EDIT:: I asked another similar question here, which was unanswered.
|
If a web page is zoomed out/in in any modern browser, then how I can find size of a DIV element at 100% zoom? EDIT:: I asked another similar question here, which was unanswered. |
||||
|
|
|
Do you know the original size? At least in IE7+ you can figure out zoom level and figure out the proportions:
|
|||
|
|
|
If you're using jQuery, you can use the |
||||
|
|
|
You can use pure JavaScript to get the width and height like so:
It's possible to do the same thing with jQuery or any other library and it's generally faster and easier that way. |
|||
|