Hero Block Video – tiled stills populating other pages on mobile
Hello,
I have a background video on our homepage that is in a Hero Block. However on mobile, there are what seems to be stills of the video tiled behind other elements. I cannot replicate this with developer tools in Chrome, but it’s visible using safari on my iPhone 16 Pro. Does anyone know a solve for this?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Sheena
Thanks for posting your question. Within the Slider Controls section you can check that Show slide background videos on mobile setting is enabled.
On iOS Safari, if the background video can\’t autoplay due to hardware constraints, the widget falls back to the frame background image. Because of a CSS bug, cover backgrounds were set to repeat, which looks like \”tiled stills\”. At AppearanceCustomizeAdditional CSS or AppearanceCustom CSS if you\’re using SiteOrigin CSS, you can try adding the following:
.sow-slider-image.sow-slider-image-cover, .sow-slider-image .sow-slider-image-overlay.sow-slider-image-cover { background-repeat: no-repeat !important; }