给标签添加样式如下:
html 代码:
<video class="myVideo" src="视频的位置" controls poster="海报的位置"></video>
css代码:
.myVideo {
object-fit: fill;
}