5

I am trying to add an audio player to my website which should work on both mobile devices and desktops ( responsive ). I found this link wherein I am able to add mp4 files easily to my bootstrap project. Bootstrap 3 - Responsive mp4-video Is there a similar code in bootstrap to add responsive audio files ?

Community
  • 1
  • 1
Saurabh Gour
  • 643
  • 2
  • 8
  • 24
  • 3
    so dumb to downvote the question, it comes up as #1 result in Google for the term "embed audio file bootstrap" and the answer points to 2 helpful libraries smh – Robert Sinclair Oct 15 '16 at 19:02

1 Answers1

9

Not in Bootstrap itself, you'll have to use an external library such as these:

Audiojs or Bootstrap3_player

vanburen
  • 21,502
  • 7
  • 28
  • 41