+ 2
how can i force zoom to 125% in a html document
I need to force zoom to 125% in a HTML document Is it possible? if yes how can i do?
2 Answers
+ 12
yo can do that with css
.ExampleClass { zoom: 150%; }
+ 3
it doesn't worl
I need to force zoom to 125% in a HTML document Is it possible? if yes how can i do?