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 ?
Asked
Active
Viewed 4.2k times
5
-
3so 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 Answers
9
Not in Bootstrap itself, you'll have to use an external library such as these:

vanburen
- 21,502
- 7
- 28
- 41
-
Hi I tried using the https://github.com/iainhouston/bootstrap3_player and it worked !!..Thanks a lot .!! – Saurabh Gour Jul 11 '15 at 09:11