Vide
Vide copied to clipboard
how to disable video on small devices 'phones'
how to disable video on small devices thanks
Hi @MuhammadEid, I added a suggestion here: https://github.com/VodkaBears/Vide/issues/162
Simple Solution, This will trigger video fallback and shows image
@media screen and (max-width: 767px) { #parent-div-name video { display: none } }