How to calculate/predict width after a browsers zoom?
Posted
by aaron b11
on Stack Overflow
See other posts from Stack Overflow
or by aaron b11
Published on 2009-08-13T22:00:35Z
Indexed on
2010/05/10
5:08 UTC
Read the original article
Hit count: 313
Specifically, how do I predict/calculate the effect any of the browsers' zoom will have, for example, on width:950px? Are there any tools I can use to determine the new widths?
edit: If I have a 950px div that is visually rendered 875px in, say, chrome, I could say chrome reduces fixed widths by approx. 92.1% after one crtl-. (950*.921= approx .875).
© Stack Overflow or respective owner