mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
Updated readme.
This commit is contained in:
parent
6303b02119
commit
5da3957cca
@ -132,7 +132,7 @@ Changelog
|
||||
1.1.4
|
||||
|
||||
- Feature: Added loading spinner.
|
||||
- Improved styles loaded checking.
|
||||
- Feature: Improved styles loaded checking.
|
||||
- Feature: Added volume() function to get and set volume through the player.
|
||||
- Fix: Fix issue where FF would loop video in background when ended.
|
||||
- Fix: Bug in Chrome that shows poster & plays audio if you set currentTime too quickly.
|
||||
|
@ -64,7 +64,7 @@
|
||||
<!-- Begin VideoJS -->
|
||||
<div class="video-js-box">
|
||||
<!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
|
||||
<video id="example_video_1" class="video-js" width="300" height="264" autoplay controls="controls" preload="auto" poster="http://video-js.zencoder.com/oceans-clip.png">
|
||||
<video id="example_video_1" class="video-js" width="640" height="264" controls="controls" preload="none" poster="http://video-js.zencoder.com/oceans-clip.png">
|
||||
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
|
||||
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm; codecs="vp8, vorbis"' />
|
||||
<source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg; codecs="theora, vorbis"' />
|
||||
|
Loading…
Reference in New Issue
Block a user