0

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.

stkvtflw
  • 12,092
  • 26
  • 78
  • 155

1 Answers1

0
zoom: function (percentage) {document.body.style.zoom = percentage + "%";}
Stefan Blamberg
  • 816
  • 9
  • 24