javascript - Can I change a web page's scale? -


I really like to scale the webpage up or down. Is there a way that I can apply ?

You can use this CSS on your container element:

- WebKit-Conversion: Scale (2); -MOZ-transform: scale (2); Consequently: scale (2);

A post with more information about the conversion of CSS3:


Comments