我目前正在做一个简单的网站,我有一个在桌面上看起来很棒的封面背景但是当我切换到移动设备时,背景只填充了一半的屏幕?
这是我的代码。
.bg {
background: url('/imgs/storm.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment:fixed;
}
,这是该页面的地址。
JsFiddle:http://jsfiddle.net/djqma8ce/
答案 0 :(得分:0)
您如何进行移动测试?在chrome开发人员工具中使用设备模式,它看起来工作正常。