Documentation

Ctrl+K

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 class="card">
   <div class="card-body text-center">
      <div class="d-grid gap-card grid-cols-3 iq-fslightbox-img">
         <a data-fslightbox="gallery" href="../assets/images/plugins/02.jpg">
         <img src="../assets/images/plugins/02.jpg" class="img-fluid bg-soft-primary rounded" alt="profile-image" loading="lazy">
         </a> 
     </div>
   </div>
</div>