[Resolved] Image Preview Before Video Loads (Home Page)

Home Forums Support [Resolved] Image Preview Before Video Loads (Home Page)

Home Forums Support Image Preview Before Video Loads (Home Page)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #637246
    Guy

    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/

    #637375
    Tom
    Lead Developer
    Lead Developer

    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;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.