Notice: master have been reset to version 0.1.5 (with jQuery), if you do want to have old master is still available on old-master or 0.2.0 tag. 0.1.5 should be considered the latest stable release.
Imagelightbox was originally created by Osvaldas Valutis, though it was only accessible through his site. I put it here to make it more maintainable.
yarn add touch-imagelightbox
Or with git git clone https://github.com/victorhaggqvist/touch-imagelightbox.git
Or download the zip.
jQuery
Image Lightbox is build using the Grunt tool chain. The CSS is build using SASS and Compass, which means you need Ruby, the SASS and Compass gems to make it.
Note: Remember that you ATM need a alpha build of Compass to make it work with Grunt (gem install compass --pre
).
If you have Node just do a npm install
then grunt
and you will have a new build in the dist/
directory.
MIT