Created
June 22, 2018 22:26
-
-
Save marzsv/c4c535b4f83e2ee61443dd19db35a922 to your computer and use it in GitHub Desktop.
Document // source https://jsbin.com/huhorij
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>Document</title> | |
<link rel="stylesheet" href="https://cdn.wowfi.com/assets/video-js/video-js.css"> | |
</head> | |
<body> | |
<video id="my-video" class="video-js" controls preload="auto" data-setup="{}"> | |
<source src="http://cdn.wowfi.com/copy/video.mp4" type='video/mp4'> | |
<p class="vjs-no-js"> | |
To view this video please enable JavaScript, and consider upgrading to a web browser that | |
<a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a> | |
</p> | |
</video> | |
<script src="https://cdn.wowfi.com/assets/video-js/video.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment