Media Player

sApp uses fancybox jquery plugin for media the player. Fancybox offers a nice and elegant way to add zooming functionality for images, html content and multi-media on your webpages.


Youtube Player


<div class="video-icon d-block">
    <a class="play-btn" data-fancybox href="https://www.youtube.com/watch?v=hs1HoLs4SD0">
        <div class="btn-circle play-animation"></div>
        <div class="btn-circle play-animation animation-short"></div>
        <div class="play-icon">
            <i class="fas fa-play"></i>
        </div>
    </a>
</div>