video 视频_随笔集

video 视频

2023-08-19 09:24:27  浏览:393  作者:保利尼奥
<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 条评论
  • 这篇文章还没有收到评论,赶紧来抢沙发吧~

【随机内容】

返回顶部