Skip to content

Instantly share code, notes, and snippets.

@reanim8ed
Created August 29, 2019 21:21
Show Gist options
  • Save reanim8ed/1fd51f01a3f0a7c8bdc6c9cdeb4a6e84 to your computer and use it in GitHub Desktop.
Save reanim8ed/1fd51f01a3f0a7c8bdc6c9cdeb4a6e84 to your computer and use it in GitHub Desktop.
[Video element play on mobile] #html5 #video #mobile
<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