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.
我无法理解为什么我的网页背景在 iphone 上被剪切了。亲自查看http://www.zananda.fr。这是一个带有自制模板的wordpress页面。我在这里搜索以找到答案,但我认为这个问题还没有被问到。非常感谢您的帮助。艾曼纽
这不仅仅是 iPhone 的问题。尝试将页面的最小宽度设置为 1600 像素(这是背景图像的宽度):
body { min-width: 1600px; }