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.
我已经为网页设置了背景,并通过提供媒体查询来做出响应。当我在 ipadpeek.com 上查看结果时,我已将 ipad 在纵向模式下的背景大小设置为 175%(请在此处查看网站一次以查看原始纵向模式背景和横向模式背景)
对于 ipad 的分辨率,它在横向模式和纵向模式下看起来不错,但在 ipad 本身在纵向模式下,背景不正确。在纵向模式下它会变小。这是屏幕。
这是我网站的网址。
这是ipad竖屏模式的截图。
如果有人可以,请帮助我!提前谢谢了
而不是使用Background-size: 100% 100%
Background-size: 100% 100%
尝试使用background: cover;这应该允许图像像在网页上一样对齐。
background: cover;