Search code examples
javascripthtmltabszooming

Zoom the page using JavaScript


How to zoom in/out a page using JavaScript ?

= please but comments to explain the code =


Solution

  • try this

    function ajustaZoom() {
            document.body.style.zoom = "67%" 
        }