Skip to content

nanoGALLERY for jQuery v4.1.0

Compare
Choose a tag to compare
@Kris-B Kris-B released this 20 Jan 21:24
· 166 commits to master since this release

nanoGALLERY v4.1.0 release notes.

New features:
  • gesture support
  • pagination
  • optimized support of large galleries (thumbnails image lazy loading or pagination)
  • support browser back-button to close the lightbox
  • albums content are now cached to avoid reloads
  • slideshow mode
  • keyboard shortcuts
  • i18n support in gallery content (titles and descriptions) and in UI elements
  • fullscreen mode
  • multi-level navigation support to API and HREF-methods
  • dependency to jQuery-JSONP plugin is now optional (affects only Flickr/Picasa/Google+ storage)
New options:
  • paginationMaxItemsPerPage: maximum number of thumbnails per page (pagination)
  • paginationMaxLinesPerPage: maximum number of thumbnails lines per page (pagination)
  • galleryToolbarWidthAligned: toolbar is automatically resized to the width of the thumbnails area
  • slideshowDelay: delay in ms before displaying next image (slideshow)
  • thumbnailDisplayInterval: interval in ms between the display of 2 thumbnails
  • thumbnailDisplayTransition: enable transition animation before displaying one thumbnail
  • thumbnailLazyLoad: enable lazy load of thumbnails image (image is loaded when displayed in the viewport)
  • thumbnailLazyLoadTreshold: extend the viewport area for thumbnails image lazy load
  • i18n: UI string translations

See readme.md for usage details

Outdated options:
  • topLabel: replaced by i18n
Minor bugfixes