Viewport tag not working on Chrome

前端 未结 1 588
情书的邮戳
情书的邮戳 2021-01-02 12:21

I\'m using the device metrics override in Chrome to test a responsive website for smaller resolutions (320x480 in this case).

My viewport meta tag is not making any

相关标签:
1条回答
  • 2021-01-02 12:57

    Try this in place of your meta tag. Good luck.

    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densityDpi=device-dpi" />
    
    0 讨论(0)
提交回复
热议问题