Last active
March 1, 2016 00:06
-
-
Save bkardell/8a1c801fb9f10468952b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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