html

当前位置:首页 > 前端 > html

video 视频

<div class="vvideo"> <img src="{{ value.img[0] }}" alt="{{ value.name }}" class="hhahgn"> <video muted controls id="myvide...
<div class="vvideo">
    <img src="{{ value.img[0] }}" alt="{{ value.name }}" class="hhahgn">
    <video muted controls id="myvideo" width="100%" height="100%" loop="loop" poster="{{ value.img[0] }}">
        <source src="{{ value.url }}" type="video/mp4">
    </video>
</div>

<style type="text/css">
    img.hhahgn {visibility: hidden;}
    video {position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;-o-object-fit: fill;object-fit: fill;}
</style>


相关内容

文章评论

表情

共 0 条评论,查看全部
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~