Meta viewport ONLY for phones?

后端 未结 3 1908
执笔经年
执笔经年 2021-01-02 11:23

Is there a way to set the general responsive meta viewport () only for phones? We have a website that without that meta tag, zoomed out, looks fine on 7\" and

3条回答
  •  Happy的楠姐
    2021-01-02 11:59

    Actually, this might be a better solution: Add a script after meta viewport tag that will change the value if the screen is bigger than specified.

    
    
    

    There can be variations of this script. For example you could set the actual screen width as viewport, instead of a fixed value.

提交回复
热议问题