Looking for:
– How to zoom out the whole desktop or screen – none:


The non-standard zoom CSS property can be used to control the magnification level of an element. transform: scale() should be used instead. So, how can we keep the browser using this media query @media only screen and (max-width: px) no matter how far I zoom in or out? Thanks.
zoom – CSS: Cascading Style Sheets | MDN.
The non-standard zoom CSS property can be used to control the magnification level of an element. transform: scale() should be used instead. So, how can we keep the browser using this media query @media only screen and (max-width: px) no matter how far I zoom in or out? Thanks.