Skip to content

A multi-track HTML5 Audio Player with Twitter Bootstrap 3 and jQuery

License

Notifications You must be signed in to change notification settings

salimedia/bootPlayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bootPlayer

A multi-track HTML5 Audio Player with Twitter Bootstrap and jQuery

Requires:

How to use

Clone or download this repo; then open the included index.html file:

  • with your browser to:
  • with your text editor to:
    • see all the css and js files you need to link to
    • see the <audio> tags in use

Styling caveat

Works best when the player is not enclosed in too narrow a container in your page otherwise the player controls can appear jumbled. Both the seek and volume sliders are hidden on narrow (xs) viewports. A good strategy is to start "mobile-first" as usual by enclosing your audio block in a row that uses all twelve grid colums of the page's outer container in an xs viewport. Then, on wider viewports, the player can occupy fewer of the page's grid columns. See the example row widths in index.html and the corresponding live demo.

Forked from Iain Houston's Bootstrap3_player

Which was, in turn forked from William Randol's bootstrap-player

  • bootstrap-player is great for Bootstrap 2
  • All the functionality of William Randol's player is preserved / enhanced. (QUnit / FuncUnit test suite in progress 🌒)
  • bootstrap3_player updates the styling of bootstrap-player; has fewer dependencies; uses Bootstrap 3
  • bootPlayer enables multiple tracks to be played as an album or playlist; updates the styling of bootstrap3-player;

For some info on the differences between bootPlayer and bootstrap-player, see here.

See a live demo

  • Audio with data

About

A multi-track HTML5 Audio Player with Twitter Bootstrap 3 and jQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • HTML 2.6%
  • CSS 0.6%