I want to change the WordPress audio player. I need to keep the prosses bar(timeline) and hide other stuff like play, stop, volume and etc.
When I use the control attribute in the audio tag, all controls appear. how to hide unnecessary control like play, stop,...?
<audio id="music" class="wp-audio-shortcode" preload="none" style="width: 100%;" controls=""> <source type="audio/mp3" src=".....mp3"></audio>
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745191078a4615865.html
评论列表(0条)