Is there any method to modify Audio Control's UI in HTML file? I want to make the control's button bigger for mobile browser. I am playing with the following tutorial code:
<audio controls="controls">
<source src="song.ogg" type="audio/ogg"/>
<source src="song.mp3" type="audio/mpeg" />
Your browser does not support this audio
</audio>