加入购物车 视频按钮
im体育官网,为你带来流畅高清的视频播放体验,只需轻轻一点,精彩赛事即刻呈现,让你仿佛置身现场!
IM体育组件
在图片上方
<!-- Video button on top of the image -->
<div class="position-relative bg-size-cover bg-position-center py-5" style="background-image: url(path-to-background-image);">
<span class="position-absolute top-0 start-0 w-100 h-100 bg-black opacity-50"></span>
<div class="position-relative px-3 py-5 my-sm-5 text-center zindex-5">
<a href="link-to-youtube/vimeo-video" class="btn-video my-2" data-bs-toggle="video"></a>
<br>
<span class="fs-sm text-light text-shadow">Click me to watch video!</span>
</div>
</div> // Video button on top of the image
.position-relative.bg-size-cover.bg-position-center.py-5(style="background-image: url(path-to-background-image);")
.position-absolute.top-0.start-0.w-100.h-100.bg-black.opacity-50
.position-relative.px-3.py-5.my-sm-5.text-center.zindex-5
a(href="link-to-youtube/vimeo-video", data-bs-toggle="video").btn-video.my-2
br
span.fs-sm.text-light.text-shadow Click me to watch video!