mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
5 lines
338 B
HTML
5 lines
338 B
HTML
<div id="component" >
|
|
<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> |