image gallery simplified - jQuery plugin. Touch enabled, responsive, justified/cascading/grid layout and it supports pulling in Flickr, Google Photos and self hosted images.
nanoGALLERY's successor, is available: nanogallery2
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.
jQuery('#elt').nanoGallery({ kind : 'picasa', userID : 'YourUserID' });
Visit the nanoGALLERY homepage: http://nanogallery.brisbois.fr
Bower:
bower install nanogallery
npm install nanogallery
Put a
element in the of your HTML. This DIV is the placeholder for the gallery.Initialize the script
jQuery(document).ready(function () { jQuery("#nanoGallery1").nanoGallery({ kind:'flickr', userID:'[email protected]' }); });License
nanoGALLERY is licensed under CC BY-NC 3.0.
Only for personal, non-profit organizations, or open source projects (without any kind of fee), you may use nanoGALLERY for free.Requirements
- Javascript must be enabled
- jQuery 1.7.1
Thanks
Testing services provided by BrowserStack