Is there some kind of javascript function that mimics the browsers ctrl + + function? I know there is one to increase the text size but I'm looking for one that basically zooms the browser window.
Asked
Active
Viewed 206 times
-1
-
See this [related question](http://stackoverflow.com/questions/1055336/changing-the-browser-zoom-level). – George Nov 03 '11 at 23:52
1 Answers
0
Some browsers support a CSS zoom
property on individual elements, beyond what is proposed in the CSS Device Adaptation working draft.

ephemient
- 198,619
- 38
- 280
- 391