DOCUMENTATION

FSlightbox

FSlightbox is easy to use, but powerful plugin for displaying various types of sources in beautiful overlying box with tons of features such as captions, thumbnails, zooming and more! For more details

HTML Code


<div>
     <div class="grid lg:gap-x-12 gap-y-6 lg:grid-cols-3 p-4 pb-0">
        <a data-fslightbox="gallery" href="../assets/images/plugins/02.jpg">
        <img src="../assets/images/plugins/02.jpg" class="w-full rounded" alt="profile-image"
        loading="lazy">
        </a>
    </div>
</div>
        

Updated on February 28, 2022
Was this page helpful?