🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A lightweight jQuery script for creating a gallery lightbox where your images will be opened in a modal popup with the ability to navigate between images by clicking next/prev buttons.

photo-gallery gallery-lightbox

Documentation

jquery-gallery

a gallery script with using jQuery

Sample image with using bootstrap 4 cards

Sample image with data-text

Sample image without data-text

How to use

<div class="container py-4">   <div class="row">     <div class="col-12">       <!-- gallery class need for using gallery -->       <div class="card-columns gallery">         <!-- need a div for contains img tag -->         <div class="galleryItem card">           <!-- just need a img tag. if you are want a text add data-text-->           <img class="card-img-top" src="assets/images/p1.jpeg">         </div>       </div>     </div>   </div> </div>  

and add your page main.css and main.js


You May Also Like