Youtube
Vimeo
Local Video
Your browser doesn't support HTML5 video tag.
<!-- youtube -->
<a class="d-inline-block fancybox overlay-dark overlay-opacity-4" href="https://www.youtube.com/watch?v=YXNk4gQCPSY">
<img class="img-fluid" src="https://img.youtube.com/vi/YXNk4gQCPSY/maxresdefault.jpg" alt="..." />
<!-- play button -->
<span class="absolute-full d-flex align-items-center justify-content-center">
<span class="d-inline-flex bg-white text-dark rounded-circle align-items-center justify-content-center shadow-lg" style="width:70px;height:70px;">
<i class="fi fi-arrow-end-full lh-1 fs-4"></i>
</span>
</span>
</a>
<!-- vimeo -->
<a class="d-inline-block fancybox overlay-dark overlay-opacity-4" href="https://vimeo.com/57005606">
<img class="img-fluid" src="https://i.vimeocdn.com/video/394855173_1280x720.jpg" alt="..." />
<!-- play button -->
<span class="absolute-full d-flex align-items-center justify-content-center">
<span class="d-inline-flex bg-white text-dark rounded-circle align-items-center justify-content-center shadow-lg" style="width:70px;height:70px;">
<i class="fi fi-arrow-end-full lh-1 fs-4"></i>
</span>
</span>
</a>
<!-- local video -->
<a class="d-inline-block fancybox overlay-dark overlay-opacity-4" href="#localvideo">
<img class="img-fluid" src="../demo.files/video/hd0936.jpg" alt="..." />
<!-- play button -->
<span class="absolute-full d-flex align-items-center justify-content-center">
<span class="d-inline-flex bg-white text-dark rounded-circle align-items-center justify-content-center shadow-lg" style="width:70px;height:70px;">
<i class="fi fi-arrow-end-full lh-1 fs-4"></i>
</span>
</span>
</a>