Is there a way to replicate or run the zoom function of a web browser using Javascript?
In javascript:
document.body.style.zoom="300%"
css3 zoom property can help. This may not work in all browsers.
body { zoom: 200%; }
Source: https://habr.com/ru/post/1761663/More articles:UIImagePickerController в альбомной ориентации - iosextension variables in shell script - shellJQuery: datatable pagination - jqueryDoes this code authenticate? - c ++Packaging system in Racket - schemeMaintaining multiple jobs for each assembly in Hudson - hudsonPseudo-dictations as properties - pythonCreating dummy data with WHILE - sqlIs there a tool for documenting a java application? - javaValidation Error Messages Setting Attribute Name - ruby-on-railsAll Articles