Vide icon indicating copy to clipboard operation
Vide copied to clipboard

Load Poster Instead

Open tristantao opened this issue 9 years ago • 1 comments

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 :)

tristantao avatar Feb 26 '16 00:02 tristantao

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

officialprateek avatar Sep 02 '18 09:09 officialprateek