Featherlight.Gallery.js
An extension for the ultra slim jQuery lightbox Featherlight.

Example Gallery

Featherlight Gallery made simple

To create a gallery, simply include featherlight.gallery.min.js and featherlight.gallery.min.css after the regular featherlight files and call it like this:

$(document).ready(function(){
	$('.gallery').featherlightGallery();
});

View Gallery Documentation