Skip to content

Instantly share code, notes, and snippets.

@franccesco
Last active May 24, 2020 20:43
Show Gist options
  • Save franccesco/a89b4a75b61c20e2f10faf79e4457af7 to your computer and use it in GitHub Desktop.
Save franccesco/a89b4a75b61c20e2f10faf79e4457af7 to your computer and use it in GitHub Desktop.
Insert WebM video in HTML with controls, preloading and autoplay
<video src="https://source.here/path/to/video.webm" preload autoplay loop controls></video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment