I am using below code to display the audio in the browser
<audio controls="controls" id="audio" width="300" height="300" src="<?='audios/remix.mp3'?>" > </audio>
The height of the audio tag is not adjusting correctly, can anyone tell me how to increase the height of the audio tag.