Is there a way to replicate or trigger the zoom feature of a web browser using Javascript?
In javascript:
document.body.style.zoom="300%"
the css3 zoom property may help. This may not work accross all browsers.
body {
zoom: 200%;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With