My backgrounds looks totally wrong on my Ipad and Iphone, when I test it. I have search here on stackoverflow for my problem, but without luck! I know that "background-size:cover" is the problem, but i don't know how to fix it.
#home, #music, #videos, #tourplan, #facebook, #profile, #downloads {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#home, #videos, #downloads {
height: 100vh;
}
#music, #tourplan, #facebook, #profile {
min-height: 100vh;
height:auto;
}