Meta viewport tag seems to be ignored completely or has no effect

后端 未结 7 1722
不思量自难忘°
不思量自难忘° 2021-02-07 19:09

I have put this tag in the head of a webpage:

For s

相关标签:
7条回答
  • 2021-02-07 19:59

    You should try, as a workaround, the following code:

    html { 
        zoom: .8; 
    }
    
    0 讨论(0)
提交回复
热议问题