Hey,
on the PC desktop when scrolling the page runs over a background image.
That does not work with the iPad. Can you change this or how are the settings so that the view is the same.
thx
Tom
@media only screen and (max-width:1040px) {
#gkBottom1 .box.parallax {
background-attachment: fixed !important;
}
}
@media only screen and (max-width:1050px) {
#gkBottom1 > .box, #gkBottom2 > .box, #gkBottom3 > .box, #gkBottom4 > .box, #gkBottom5 > .box {
background-position: center center;
background-size: 750px auto;
}
}