jquery.simplegallery
jQuery plugin for creating image galleries with capability of rotation
Plugin home page: documentation, example, getting started guide.
Usage
- Simple image gallery has two dependencies: jquery and font-awesome. You need to attacch it to your page before attaching Simple image gallery.
- Download Simple image gallery from github or install via npm
npm install jquery-simplegallery
; attach it to your page. - Generate markup of image gallery like:
- Initialize Simple image gallery using js:
;
Build
To compile Simple image gallery by yourself, first of make sure that you have Node.js and Grunt.js.
- Copy repository
https://github.com/Serganbus/jquery.simplegallery.git
- Now simply run
grunt
to generate JS and CSS in folderrelease
.
Licencs
Script is MIT licensed and free and will always be kept this way.