iPad 机身尺寸 CSS 问题

发布于 2025-01-06 19:31:34 字数 255 浏览 1 评论 0原文

这是我刚刚创建的网站。 http://www.imageworkz.asia/TheHatLab

问题是在 iPad 中查看时。即使在样式表中将正文的宽度和高度设置为 1024 x 768,如果处于横向方向,则右侧会有多余的正文背景(黑色);如果处于横向方向,则右侧和底部也会有多余的正文背景(黑色)。处于纵向方向。

有什么想法吗?

this is a website I just created. http://www.imageworkz.asia/TheHatLab

the problem is that when it is viewed in the iPad. Even if the body's width and height were set to 1024 x 768 in the stylesheet, it has an excess background of the body (the black one) on the right side if it is on landscape orientation and on the right side and bottom side if it is on portrait orientation.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

晨曦慕雪 2025-01-13 19:31:35

您已将主体尺寸指定为 1024x766。为容器指定尺寸,而不是为主体指定尺寸。这对我有用。可能是由于视图端口大小调整涉及 html &身体元素。

iPad 模拟器截图

You have given the size 1024x766 to the body. Give size to the container not into body. It worked for me. May be due to view port sizing involves html & body elements.

iPad simulator screenshot

清君侧 2025-01-13 19:31:35

You can hide the address bar (you can find lots of information on this) or you can reduce the size of your content to the space remaining (or you can do a layout that adjusts to fill the available space).

十六岁半 2025-01-13 19:31:34

你研究过视口吗?

例如:

Have you investigated viewport?

eg: <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文