Sometimes, we want to increase browser zoom level on page load with CSS.
In this article, how to increase browser zoom level on page load with CSS, we will look at.
How to increase browser zoom level on page load with CSS?
We set the zoom
property, to increase browser level on page load with CSS.
For instance, we can write
.zoom {
zoom: 2;
}
to set zoom
to 2 on the zoom
class.
Then the zoom level is applied to all elements with the class.
Conclusion
Then we set the zoom
property, to increase browser zoom level on page load with CSS.