Answer the question
In order to leave comments, you need to log in
Change screen/window scale?
Good morning Habr.
The question arose how to programmatically change the scale of the visible part of the site?
Or as an alternative to emulate "Ctrl"+"+"/(-)?
Answer the question
In order to leave comments, you need to log in
Set property in css:
$("body").css({ zoom: 2, transform: "scale(2)", transformOrigin: "0 0" })
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question