0
これは私が問題があると信じるところです。iPhoneやiPadで背景画像のサイズが変更されません。何も働いていない
私が間違っている場合は教えてください。 iOSのよう
/* Home Style */
#tf-home{
background: url(../img/kristen11.jpg);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
color: #cfcfcf;
}