### nanoGALLERY - image gallery for jQuery
#### Image gallery simplified.
Touch enabled, fully responsive, justified/cascading/grid layout and supporting cloud storage.
Featuring multi-level navigation in albums, combinable hover effects on thumbnails, responsive thumbnail sizes, multiple layouts, slideshow, fullscreen, pagination, image lazy load, themes, deep linking, customizable, i18n, and pulling in Flickr or Picasa/Google+/Google Photos photo albums among others.
#### Usage can be as easy as:
```js
jQuery('#elt').nanoGallery({
kind : 'picasa',
userID : 'YourUserID'
});
```
[View ChangeLog](/changelog.md)
#### Documentation, Demonstrations and Tutorials
Visit the nanoGALLERY homepage: [http://nanogallery.brisbois.fr](http://www.nanogallery.brisbois.fr/)

### Package managers
Bower: `bower install nanogallery`
npm: `npm install nanogallery`
### Usage example with images from a Flickr account
#### Include JS and CSS files
``` HTML
```
#### Create a container
Put a ```