Skip to content

Instantly share code, notes, and snippets.

@A-Zak
Created January 11, 2016 15:58
Show Gist options
  • Save A-Zak/6d1fddd9622693706bc1 to your computer and use it in GitHub Desktop.
Save A-Zak/6d1fddd9622693706bc1 to your computer and use it in GitHub Desktop.
auto playing video tag in a loop
<!DOCTYPE html>
<html>
<body>
<video width="320" height="240" controls autoplay loop>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment