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

    Hello,

    We need to display the fallback image as default and have the user click to play the video, all of this at full width, please advise.

    Thank you

    Edit – I added the video to a single grid row and set the video to user interaction to get the desired effect..thank you!

    • This topic was modified 2 years, 3 months ago by finchkelsey. Reason: Solved
    #1361434

    Hey finchkelsey,

    Thank you for the inquiry.

    You can use this css code to hide the video player or iframe when the video is paused and show the fallback image.

    .av-video-paused iframe {
        display: none;
    }
    

    Please make sure that the video is muted and autoplay is disabled in the video slides’ Styling > Video Settings panel.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.