NO BUG: Background Image disappears in mobile

Browser: Firefox Dev
OS: macOS
URL: hausaerztin-marktstrasse.de

Hello,
strange thing:
within bricks builder mobile view everything is displayed fine. I use three background images on the page.
Looking with an iphone (safari and opera) the first image is displayed, the second and third are not. What could be the problem here?

Auto seems to be the problem.

Hey Rafael,

thanks for your report.

You are using background-attachment: fixed which does not work well in mobile browsers. This is not a Bricks issue.

Best,

André

Hey André,

thank you for the reply - the strange thing is, that I use the same settings on the first image. :thinking:

Is there a solution you´d suggest?

Cheers
Rafael

Hey Rafael,

as the linked article suggests:

You can ditch this idea completely and let the background scroll on small screens using media queries.

They are also providing a fix / hack. Maybe this works for you.

Best,

André