该网页在移动firefox浏览器中放大。

问题描述 投票:-1回答:1

如果在移动Chrome浏览器上以全屏模式查看或者添加了元视口,它也会缩放。 该页面位于https://agnelvishal.github.io/TrustingTrust/源代码在https://github.com/agnelvishal/TrustingTrust

html css
1个回答
0
投票

你能尝试添加:

<meta name="viewport" content="width=device-width, initial-scale=1">

在HTML的<head>部分内

© www.soinside.com 2019 - 2024. All rights reserved.