| Current Path : /home/users/unlimited/www/facebook.codeskitter.site/nodejs/templates/ |
| Current File : /home/users/unlimited/www/facebook.codeskitter.site/nodejs/templates/audio.html |
<audio controls preload="auto" style="width: 100%;">
<source src="{{fileName}}" type="audio/mpeg">
<source src="{{fileName}}" type="audio/mp3">
</audio>
<style>
.mejs-container {
width: 100% !important;
margin-left: auto;
margin-right: auto;
}
</style>
<script>
// $('audio').mediaelementplayer();
</script>