背景图像在这里调整大小很好,但不是在 iPhone 上(尚未检查 iPad)。
图像为 1393 x 1098 像素。
这是我的CSS:
.slider-wrap-blue {
background:transparent url(/images/fpfbg.jpg) no-repeat center center fixed;
min-width: 980px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }