I\'m using a fixed background cover for my website here: http://www.datisdesign.com
Every page has a big header image, but in small devices such as mobiles, the cover im
I solved my problem by limiting the capability to the large tablet screen size.
@media screen and (max-width: 992px) { #parallax { background-attachment: scroll; } }