私はウェブサイトの背景としてこの大きな画像を持っています:
body {
background: #000 url(/assets/img/living.jpg) no-repeat center center;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height:100%;
}
しかし、私のモバイル デバイス (iPhone 4S - Safari) では、background-attachment: fixed
デスクトップと同じ効果が得られないようです。それはなぜですか?メディアクエリを使用して修正できますか?