Skip to content

Commit

Permalink
Version 1.8.1
Browse files Browse the repository at this point in the history
* Update sources for video and audio elements
  • Loading branch information
bjankord committed May 29, 2013
1 parent e83098f commit 0e25b17
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.8.1 / 2013-05-29
==================

* Update sources for video and audio elements

1.8.0 / 2013-05-29
==================

Expand Down
13 changes: 7 additions & 6 deletions markup/base/media.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ <h3>Svg</h3>


<h3>Video</h3>
<video controls width="640" height="360" preload>
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4">
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm">
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv">
<video controls preload poster="http://sandbox.thewikies.com/vfe-generator/images/big-buck-bunny_poster.jpg" width="640" height="360">
<source id="mp4" src="http://media.w3.org/2010/05/bunny/trailer.mp4" type="video/mp4">
<source id="ogv" src="http://media.w3.org/2010/05/bunny/trailer.ogv" type="video/ogg">
<p>Your user agent does not support the HTML5 Video element.</p>
</video>

<h3>Missing Video</h3>
Expand All @@ -27,8 +27,9 @@ <h3>Missing Video</h3>

<h3>Audio</h3>
<audio controls>
<source src="http://www.jplayer.org/audio/m4a/Miaow-07-Bubble.m4a">
<source src="http://www.jplayer.org/audio/ogg/Miaow-07-Bubble.ogg">
<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.mp4" type='audio/mp4'>
<source src="http://media.w3.org/2010/07/bunny/04-Death_Becomes_Fur.oga" type='audio/ogg; codecs=vorbis'>
<p>Your user agent does not support the HTML5 Audio element.</p>
</audio>

<h3>Missing Audio</h3>
Expand Down

0 comments on commit 0e25b17

Please sign in to comment.