Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS parallax on mobile Reply To: parallax on mobile

#242568
rkieru
Participant

I’ve run into the exact same issue in the past, and the only cross-device solution I found to work well enough to be deployed live was (sadly) to serve downsized images based on media queries.

Essentially I had to create Full Size, Half Size, and Quarter Sizes for all the Parallax backgrounds, and then depending on the device screen width serve the most appropriate solution.