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!
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