【发布时间】:2017-12-11 06:19:18
【问题描述】:
我在我的网站 (www.brentleas.com) 上设置了背景,它会填满桌面上的屏幕,但在移动设备上却没有。当我在 chrome 上使用开发工具时,它会显示填充屏幕的图像。但是,当我在手机上加载网站时,页面底部有一个灰色条。
图片显示我在说什么:1
这是我的 CSS 代码:
html {
background-image: url("../images/cooper.png");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
background-size: cover;
background-color: #464646;
color: white; }
任何帮助将不胜感激。提前致谢。
【问题讨论】:
-
我无法在 Chrome 59 开发工具上复制该问题。
-
在使用开发者工具时它会填满屏幕吗?我也在使用 chrome 59。
-
您有可以尝试加载的移动设备吗?在我的 nexus 6p 和 Galaxy s8 上,它显示一个灰色条。
-
刚刚在我的手机上查看过。它覆盖了整个屏幕。尝试在隐身标签页中打开该页面。
标签: html css image mobile background-image