When I open your beautiful visual artist theme (https://kriesi.at/themes/enfold-visual-artist/) on my mobile phones it has different behaviors.
On iOS (14.4.2) / Safari no background image is shown.
On Android (5.0.1) / Samsung Browser the images are shown not fixed as background but as huge images.
When I set the Background Attachment from Fixed (not showing) to Scroll or Parallax (behaving like Scroll on iOS), the image is there but without the nice effect.
Please let me know how and when you are planing to fix this issue.
It seems to be like https://kriesi.at/support/topic/critical-background-images-in-visual-artist-demo-not-visible-on-iphone/ from 2017.
I would really appreciate to use the template on our new company website.
Greets Tobias
Hey Tobias,
Thanks for contacting us!
Unfortunately, fixed backgrounds are not supported by mobile browsers.
You can add following code to Quick CSS in Enfold theme options > General Styling to set background images to scroll on mobile devices
@media only screen and (max-width: 1024px) {
#top .avia-bg-style-fixed .av-parallax{
background-attachment: scroll !important;
background-size: cover !important;
}
}
Best regards,
Yigit