Vide icon indicating copy to clipboard operation
Vide copied to clipboard

how to disable video on small devices 'phones'

Open MuhammadEid opened this issue 8 years ago • 2 comments

how to disable video on small devices thanks

MuhammadEid avatar Jun 02 '16 11:06 MuhammadEid

Hi @MuhammadEid, I added a suggestion here: https://github.com/VodkaBears/Vide/issues/162

carlwood avatar Jun 15 '16 14:06 carlwood

Simple Solution, This will trigger video fallback and shows image

@media screen and (max-width: 767px) { #parent-div-name video { display: none } }

officialprateek avatar Sep 02 '18 09:09 officialprateek