xxxxxxxxxx
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
video {
width: 100%;
height: auto;
}
</style>
</head>
<body>
<video width="400" controls>
<source src="/statics/demosource/mov_bbb.mp4" type="video/mp4">
<source src="/statics/demosource/mov_bbb.ogg" type="video/ogg">
您的浏览器不支持HTML5视频。
</video>
<p>调整浏览器窗口大小查看视频播放器变化</p>
</body>
</html>