Background parallax images not responsive

Hi,

I have some section background images that are not responding on mobile, they are blown way up and out of focus rather than sizing to the screen. I have them set to cover center, the size at 100%; and i have the parallax turned on.

What am I missing?

www.chefshallenberger.com

Hey @lizmcmillen,

It’s natural for the image to be blown up because you’re covering 2 rows (row with text element full of nbsp; and row with contact form) in a section. In addition to that, you’re using the background-attachment:fixed CSS to create the parallax effect. This alone blows up the image in Safari 13.

Maybe try removing the background-attachment CSS and use the Background Parallax option.

image

Also, I’d recommending hiding the Text element in Small screens and replace it instead with an Image element showing your background with the Row spanning fullwidth so it covers the section.

Please also note that we do not support parallax on mobile.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.