This file contains 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
<!-- | |
Don't use the "5-unsafe" CDN version in your own code. It will break on you. | |
Instead go to videojs.com and copy the CDN urls for the latest version. | |
--> | |
<div id="instructions"> | |
<video id="my_video_1" class="video-js vjs-default-skin" width="640px" height="267px" | |
controls preload="none" poster='http://video-js.zencoder.com/oceans-clip.jpg' | |
data-setup='{ "aspectRatio":"640:267", "playbackRates": [1, 1.5, 2] }'> |