gpt4 book ai didi

html - 设置 window.innerHeight

转载 作者:行者123 更新时间:2023-11-28 05:17:34 25 4
gpt4 key购买 nike

有人可以解释一下为什么设置 height 吗?视口(viewport)属性:

<meta name="viewport" content="width=480px, height=120px">

没用?window.innerWidth报告 480px 但是 window.innerHeight 210,不仅仅是 120px!那么设置 height 有什么意义呢?属性(property)?

最佳答案

好吧,因为没有高度,所以这应该用于设备支持,而不是用于定义特定尺寸,你有媒体查询。

<meta name="viewport" content="width=device-width, initial-scale=1.0">
http://www.w3schools.com/css/css_rwd_viewport.asp

关于html - 设置 window.innerHeight,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39235625/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com