Skip to content

Instantly share code, notes, and snippets.

@paltorg
Last active May 16, 2019 10:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paltorg/7e7b70810fdcdb6100c36fad3a53e79d to your computer and use it in GitHub Desktop.
Save paltorg/7e7b70810fdcdb6100c36fad3a53e79d to your computer and use it in GitHub Desktop.
Autoplay_mobile
<!DOCTYPE html>
<html>
<body>
<h2>autoplay</h2>
<video autoplay muted loop playsinline poster="https://media.giphy.com/media/5CIRqPOk0141W/giphy.gif">
<source src="https://multicdn.synq.fm/blog/videos/small.mp4" type="video/mp4" />
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment