wxml代码:
<view class="section tc">
<video id="myVideo" src="" danmu-list="{{danmuList}}" enable-danmu danmu-btn controls></video>
</view>
css代码:
.section{
position:relative;
width:100%;
height: 420rpx;
}
video{
width: 100%;
height: 100%;
}
效果: