这就是它现在的样子:
奇怪的是,图像似乎一直延伸到屏幕外。
它应该如下所示:
我正在使用stellar.js一个 jquery 插件来使背景图像以与内容不同的速度滚动。但我不确定这是否是问题所在。无论如何,这是CSS:
.large-bg-1 {
background: url(images/large-bg-1.jpg) repeat 0 0;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
background-position: 50% 0;
position: relative;
height: 294px;
width: 100%;
}
和现场网站:http ://www.hfwebdesign.com/?ModPagespeed=off
我该怎么做才能使图像恢复到原始大小。或者至少,让它变小?