Bootstrap 3 - Responsive mp3 sound

I am trying to add an audio player to my site that needs to work on both mobile and desktops (responsive). I found this link where I can easily add mp4 files to my bootstrap project. Bootstrap 3 - Responsive mp4 Video Is there any similar code in bootstrap for adding responsive audio files?

+3


source to share


1 answer


Not in Bootstrap, you will have to use an external library such as:



Audiojs or Bootstrap3_player

+8


source







All Articles