Fs Lightbox
Fs Lightbox
An easy to use but powerful plug-in for displaying various types of sources—such as images, HTML videos, or YouTube videos—in a clean overlying box. Supports, among others, captions, thumbnails, and zooming.
We used some 3rd party plugins while developing the Qoduby template. We have customized these plugins according to our template. You can view examples of this plugin below.
You can find the original documentation of this plugin in the info card above.
Basic Example
<div class="row">
<div class="col-sm-3 col-6">
<a href="https://placehold.co/800x400/dcdcfe/5151f9?text=Qoduby" class="d-block height-150 img-fix rounded" data-fslightbox="gallery">
<img src="https://placehold.co/800x400/dcdcfe/5151f9?text=Qoduby" alt="">
</a>
</div>
<div class="col-sm-3 col-6">
<a href="https://placehold.co/800x400/cff1e6/11b981?text=Qoduby" class="d-block height-150 img-fix rounded" data-fslightbox="gallery">
<img src="https://placehold.co/800x400/cff1e6/11b981?text=Qoduby" alt="">
</a>
</div>
<div class="col-sm-3 col-6">
<a href="https://placehold.co/800x400/cfedfb/0ea5e9?text=Qoduby" class="d-block height-150 img-fix rounded" data-fslightbox="gallery">
<img src="https://placehold.co/800x400/cfedfb/0ea5e9?text=Qoduby" alt="">
</a>
</div>
<div class="col-sm-3 col-6">
<a href="https://placehold.co/800x400/fff1d4/FFBB2A?text=Qoduby" class="d-block height-150 img-fix rounded" data-fslightbox="gallery">
<img src="https://placehold.co/800x400/fff1d4/FFBB2A?text=Qoduby" alt="">
</a>
</div>
</div>