要增加宽度,只需使用css属性宽度.
一些HTML:
<audio id="player"controls autoplay> <source src="http://xseignard.github.com/webGLWebAudioAPI/sound/OGLikeCapone.ogg" type="audio/ogg"> Your browser does not support the audio tag. </audio>
和CSS:
#player { width: 100%; }
问候