Skip to content

Instantly share code, notes, and snippets.

@mmcc
Created October 3, 2014 00:47
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmcc/9ad9a5130919d738312e to your computer and use it in GitHub Desktop.
Save mmcc/9ad9a5130919d738312e to your computer and use it in GitHub Desktop.
Video.js Audio example
<audio id="audio_example" class="video-js vjs-default-skin" controls preload="auto"
width="600" height="600" poster="/img/awesome-album-art.png" data-setup='{}'>
<source src="/audio/awesome-music.mp3" type='audio/mp3'/>
</audio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment