【EasyClick】【HTML5】如何设置整个网页缩放,整体缩小网页UI界面方法
1.在html文件开头,一般都有个<head></head>标签head标签内一般都会包含此项
<meta name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"/>
只需同时调整下方1或1.0参数
maximum-scale=1, minimum-scale=1
改成0.9或你想要的缩放倍数即可
maximum-scale=0.9, minimum-scale=0.9
//player.bilibili.com/player.html?aid=224792097&bvid=BV1tb41197kP&cid=1020645227&page=1
页:
[1]