Created
January 15, 2016 15:56
-
-
Save sasasa671/f3124e00a07d40edab06 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
<head> | |
<link href="https://vjs.zencdn.net/5.4.6/video-js.css" rel="stylesheet"> | |
| |
<!-- If you'd like to support IE8 --> | |
<script src="https://vjs.zencdn.net/ie8/1.1.1/videojs-ie8.min.js"></script> | |
</head> | |
| |
<body> | |
<br> | |
<center> | |
<video id="my-video" class="video-js vjs-big-play-centered" controls preload="auto" width="640" height="264" | |
poster="MY_VIDEO_POSTER.jpg" data-setup="{}"> | |
<source src="https://lh3.googleusercontent.com/-kplvuxqNdIk5gCrK2BfbdvRvlEsltURscuslpoE80s=m22" 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> | |
</center> | |
<script src="https://vjs.zencdn.net/5.4.6/video.js"></script> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment