Vide icon indicating copy to clipboard operation
Vide copied to clipboard

how to change video to image on chrome mobile with data saver ?

Open billyadelphia opened this issue 6 years ago • 1 comments

how to change video to image on chrome mobile with data saver on ?

billyadelphia avatar Jun 08 '18 06:06 billyadelphia

Not for data saver but for all mobiles 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