MicroCommunityWeb/public/components/advertVedioView/advertVedioView.html
2020-03-11 20:13:05 +08:00

5 lines
323 B
HTML

<div >
<img id="imgView" v-bind:src="advertVedioViewInfo.imgUrl" style="width: 100%;position:absolute;top:0;left:0;height:100%;" class="thumbnail" />
<!--autoplay="autoplay" controls muted="muted"-->
<video id="videoView" src="" style="object-fit: fill;width: 100%;height:100%" volume="true" ></video>
</div>