Created
August 29, 2019 21:21
-
-
Save reanim8ed/1fd51f01a3f0a7c8bdc6c9cdeb4a6e84 to your computer and use it in GitHub Desktop.
[Video element play on mobile] #html5 #video #mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<video width="100%" autoplay="autoplay" loop="loop" autobuffer="autobuffer" muted="muted" playsinline="playsinline"> | |
<source data-src="./images/vid.mp4" type="video/mp4" /> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment