Press cmd
+ +
(or ctrl
+ +
) to scale up and cmd
+ -
to scale down page content in your browser. How do I do that with JS? Need this for accessibility settings.
Asked
Active
Viewed 132 times
0

IndexOutOfDevelopersException
- 1,364
- 7
- 15
- 28

stkvtflw
- 12,092
- 26
- 78
- 155
-
too broad??? How can one be more specific in this? Have you even read it?? – stkvtflw Sep 12 '18 at 07:18
1 Answers
0
zoom: function (percentage) {document.body.style.zoom = percentage + "%";}

Stefan Blamberg
- 816
- 9
- 24