Vide
Vide copied to clipboard
Load Poster Instead
What's the easiest way to tell Vide to load the poster instead of the video (regardless of video running or not?).
Something like:
$('#video-wrapper').data('vide').poster();
Any workaround would be appreciated :)
Simple Solution, This will trigger video fallback and shows image on mobile, you can change the resolution of media query based on your preferences
@media screen and (max-width: 767px) { #parent-div-name video { display: none } }