Site logo

Archived topic

Image Preview Before Video Loads (Home Page)

1 reply · Started by Guy on July 31, 2018

Viewing posts 1–2 of 2

Hello,

I have a video that plays on the homepage of my site (Vimeo video). I would like to have am image load before as well as on mobile (as it cant support the video). I cant figure out how to do it.

Any ideas?

Thanks

https://moorparktowingservice.com/

Hi there,

That section seems to be using Elementor, so this question would be better for their support.

I'm not fully familiar with their video background feature, but I suppose you could try this:

@media (max-width: 768px) {
    .elementor-background-video-container {
        display: none;
    }
}
This archived topic is closed to new replies.