Skip to content

Instantly share code, notes, and snippets.

@bkardell
Last active March 1, 2016 00:06
Show Gist options
  • Save bkardell/8a1c801fb9f10468952b to your computer and use it in GitHub Desktop.
Save bkardell/8a1c801fb9f10468952b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Standard HTML5 test</title>
<!-- Dependencies -->
</head>
<body>
<!-- use the following markup for each media element -->
<video id="video1" preload="auto" crossorigin="true" controls="true" width="480" height="360" poster="https://ableplayer.github.io/ableplayer/media/wwa.jpg">
<source type="video/webm" src="https://ableplayer.github.io/ableplayer/media/wwa.webm"/>
<source type="video/mp4" src="https://ableplayer.github.io/ableplayer/media/wwa.mp4"/>
<track kind="captions" src="https://ableplayer.github.io/ableplayer/media/wwa_captions_en.vtt"/>
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment