一款超好用的html视频播放器
http://www.itjxue.com 2018-06-22 16:52 来源:未知 点击次数:
一款超好用的html视频播放器分享给大家
<video width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> <source src="movie.webm" type="video/webm"> <object data="movie.mp4" width="320" height="240"> <embed src="movie.swf" width="320" height="240"> </object> </video> |
如果要自适应当前div的,就吧宽高改为100%即可