CSS zoom
- UNOFFNon-standard method of scaling content.
IE
- 5.5 - 7: Supported
- 8 - 10: Supported
- 11: Supported
Edge
- 12 - 102: Supported
- 103: Supported
Firefox
- 2 - 101: Not supported
- 102: Not supported
- 103 - 104: Not supported
Chrome
- 4 - 102: Supported
- 103: Supported
- 104 - 106: Supported
Safari
- 3.1 - 3.2: Not supported
- 4 - 15.4: Supported
- 15.5: Supported
- 16.0 - TP: Supported
Opera
- 9 - 12.1: Not supported
- 15 - 85: Supported
- 86: Supported
- 87: Supported
Safari on iOS
- 3.2: Not supported
- 4 - 15.4: Supported
- 15.5: Supported
- 16.0: Supported
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.4.4: Supported
- 103: Supported
Opera Mobile
- 10 - 12.1: Not supported
- 64: Supported
Chrome for Android
- 103: Supported
Firefox for Android
- 101: Not supported
UC Browser for Android
- 12.12: Supported
Samsung Internet
- 4 - 16.0: Supported
- 17.0: Supported
QQ Browser
- 10.4: Supported
Baidu Browser
- 7.12: Supported
KaiOS Browser
- 2.5: Not supported
Originally implemented only in Internet Explorer. Although several other browsers support the property, using transform: scale()
is the recommended solution to scale content. Note though that transform: scale()
does not work the same as zoom
. If e.g. transform: scale(0.6)
is used on the html
or body
element then it resizes the entire page, showing a minified page with huge white margins around it, whereas zoom: 0.6
scales the elements on the page, but not the page itself on which the elements are drawn.