Dear enfold-Team!
I have a fullscreen Video on my homepage and a fallback picture for mobile. it works perfectly on android but on apple the picture was scaled so i can only see a white field/area of the picture.
Thank You ;)
Hey JBM,
Thank you for the inquiry.
Did you set the background attachment settings to fixed? This could cause issues with background images on iOS devices. You may need to set it back to scroll, or use the following css code to adjust the attachment on mobile view.
.avia_mobile .avia-full-stretch {
background-attachment: scroll !important;
}
.avia-bg-style-fixed {
background-attachment: scroll !important;
}
Best regards,
Ismael