Skip to content

nanoGALLERY for jQuery v4.2.0

Compare
Choose a tag to compare
@Kris-B Kris-B released this 03 Mar 15:57
· 154 commits to master since this release

nanoGALLERY v4.2.0 release notes.

New features:
  • display current image number and total count of images
  • close button in upper right corner
  • use responsive image resolution with Flickr/Picasa/Google+ (small images are used on low-res device)
  • back/forward navigation
  • deep linking of images and albums
  • thumbnail height auto: fill the thumbnail with the entire image (no black space)
New options:
Name Description
locationHash Enable or disable back/forward navigation and deep linking of images and photo albums.
boolean; Default: false
Note: only one gallery per page should use this feature.
viewerDisplayLogo Enable or disable logo display on top of images (defined in CSS file)
boolean; Default: false
thumbnailHeight Height in pixels of the thumbnails
*integer

See readme.md for usage details

Deprecated options:
  • none
misc
  • UI is no more freezed during thumbnails rendering
  • removed hover delay on thumbnail (animation starts immediately on mouse hiver now)
  • removed tags parameter in Flickr API requests
  • changed default color scheme from 'default' to 'none'
  • optimized image display
  • fixed fancybox-related code (thanks to grief-of-these-days - https://github.com/grief-of-these-days)
  • minor bugfixes