将CSS width属性用于自适应视频播放器
要使视频播放器具有响应能力,请使用width属性并将其设置为100%
示例
<!DOCTYPE html>
<html>
<head>
<meta name = "viewport" content="width=device-width, initial-scale=1.0">
<style>
video {
width: 100%;
height: auto;
}
</style>
</head>
<body>
<video width = "300" controls autoplay>
<source src = "/html5/foo.ogg" type = "video/ogg" />
<source src = "/html5/foo.mp4" type = "video/mp4" />
</video>
<p>To check the effect, you need to resize the browser.</p>
</body>
</html>热门推荐
10 除夕时刻祝福语大全简短
11 男人提新车祝福语简短
12 新婚男士祝福语大全简短
13 退休前辈文案祝福语简短
14 作品棒棒哒祝福语简短
15 小孩降生的祝福语简短
16 搞笑舞蹈生日祝福语简短
17 小升初考试后祝福语简短
18 姐妹乔迁贺卡祝福语简短