How to set the size of HTML audio player controls

Copyright: please indicate the source! https://blog.csdn.net/ZouHuiDong/article/details/89789349

As follows:

<object height="100" width="100" data="../i/horse.mp3">
</object>

height specifies the height of the control
width of the specified length of the control
data specified audio file path

Guess you like

Origin blog.csdn.net/ZouHuiDong/article/details/89789349