JQuery lightGallery demo. Codepen demo
- Fully responsive.
- Modular architecture with built in plugins.
- Touch and support for mobile devices.
- Mouse drag supports for desktops.
- Animated thumbnails.
- Youtube Vimeo Dailymotion and html5 videos Support.
- 20+ Hardware-Accelerated CSS3 transitions.
- Dynamic mode.
- Full screen support.
- Supports zoom.
- Browser history API.
- Responsive images.
- HTML iframe support.
- Multiple instances on one page.
- Easily customizable via CSS (SCSS) and Settings.
- Smart image preloading and code optimization.
- Keyboard Navigation for desktop.
- Font icon support.
- And many more.
You can Install lightGallery using the Bower package manager.
$ bower install lightgallery --save
You can also find ladda-angular on npm.
$ npm install lightgallery
You can also directly download lightgallery from github.
First of all add lightgallery.css in the <head> of the document.
<head>
<link type="text/css" rel="stylesheet" href="css/lightGallery.css" />
</head>
Then include jQuery and lightgallery.min.js into your document. If you want to include any lightgallery plugin you can include it after lightgallery.min.js.
<body>
....
<!-- jQuery version must be >= 1.8.0; -->
<script src="jquery.min.js"></script>
<!-- A jQuery plugin that adds cross-browser mouse wheel support. (Optional) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-mousewheel/3.1.13/jquery.mousewheel.min.js"></script>
<!-- lightgallery plugins -->
<script src="js/lg-thumbnail.min.js"></script>
<script src="js/lg-fullscreen.min.js"></script>
</body>
lightgallery does not force you to use any kind of markup. you can use whatever markup you want. But i suggest you to use the following markup. Here you can find the detailed examples of deferent kind of markups.
<div id="lightgallery">
<a href="img/img1.jpg">
<img src="img/thumb1.jpg" />
</a>
<a href="img/img2.jpg">
<img src="img/thumb2.jpg" />
</a>
...
</div>
Finally you need to initiate the gallery by adding the following code.
<script type="text/javascript">
$(document).ready(function() {
$("#lightgallery").lightGallery();
});
</script>
- Thumbnails
- Youtube, Vimeo Video Gallery
- Html5 Video Gallery
- Transitions
- Dynamic
- Events
- Methods
- Iframe. External websites, Google map etc..
- Captions
- Responsive images
- Gallery with fixed size
- Html Markup
- Facebook comments
- Easing
- History/hash plugin
- Angularjs directive
Please use GitHub issue tracker in the event that you have come across a bug or glitch. It would also be very helpful if you could add a jsFiddle, which would allow you to demonstrate the problem in question.
You can post a comment here to leave feedback, and offer any feature suggestions you may have for Lightgallery.
Please use stackoverflow instead of github issue tracker if you need any help with implementing lightgallery in your project or if you have any personal support requests. If you need any special customization, feature or support email me at [email protected]. I can do it for reasonable price.
Do you like lightgallery? You can support the project by staring the github repository or tweet about this project.
Follow me on twitter @sachinchoolur for the latest news, updates about this project.
#####jQuery lightslider
lightSlider is a lightweight responsive Content slider with carousel thumbnails navigation.
#####Angular flash
A simple lightweight flash message module for angularjs
#####ladda-angular
Ladda button directive for angularjs
#####Teamwave
Integrated Suite of Business Applications.. (Not an open source project but free for the first 1,000 Companies!)