how to set zoom level using css

后端 未结 4 1798
-上瘾入骨i
-上瘾入骨i 2021-01-02 04:16

I have been developing my webapp with a certain zoom level on firefox that I set initially (using ctrl+wheel). Now when tested on a different PC on firefox, the default 100%

4条回答
  •  再見小時候
    2021-01-02 05:14

    The page zoom is a browser feature, not a CSS setting (well, except for that IE proprietary thing, which is really more useful for fixing IE bugs than anything) so it is a user-controlled variable rather than anything you have control over.

提交回复
热议问题