简体   繁体   中英

Manipulating viewport width units vw

I need to reformat a complex website based on viewport width 'vw' for anything to fit for modern panorama screens. Is there a way to tell browser to treat 1 vw eg. 0.75vw?

Try putting this in the Note: "initial-scale=0.75"

<head>
    <meta name="viewport" content="width=device-width, height=device-height, initial-scale=0.75">
</head>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM