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

A lightweight jQuery gallery lightbox plugin to display the full-sized images in a responsive gallery popup that auto shrinks and expands depending the current image size.

gallery-lightbox

Documentation

Easy Jquery Photo Gallery Plugin

Simple and Responsive Photo Gallery with jQuery

Prerequisites

jQuery 1.3+

Demo

Demo Gallery

Quick start

Include CSS And JS Files

  1. Include Files:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <link rel="stylesheet" href="css/easyjquerygallery.min.css"> <script src="js/easyjquerygallery.min.js"></script>
  1. Scope
$('.pluginSelector').easyGalleryJquery(     {       title:'My first gallery',       preloader:'images/loader.gif', //optional       percent: 80 //optional, default value: 80% of screen     } );

HTML

<section class="pluginSelector">  <a href="images/0.jpg">   <img src="images/mini_0.jpg" alt="My Photo Caption at Window Bottom #1"/>  </a>  <a href="images/1.jpg">   <img src="images/mini_1.jpg" alt="My Photo Caption at Window Bottom #2"/>  </a> </section>

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Lucas G. Martinez - Initial work - Lucasato

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details


You May Also Like