Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了我的网站宽度为 1020 像素。
但是,当我尝试从 iPad 访问该网站时,它会从右侧裁剪该网站。
我怎样才能使它缩小并显示整个网站?
我尝试了不同的元视口标签,但没有帮助。
iPad 3(和其他 2 倍像素密度设备)的视口行为异常。您是否尝试将视口设置为 1020 像素?
像这样的东西应该工作:
<meta name="viewport" content="width=1020px"/>