Skip to content

nanoGALLERY for jQuery v4.4.0

Compare
Choose a tag to compare
@Kris-B Kris-B released this 01 May 20:19
· 138 commits to master since this release

nanoGALLERY v4.4.0 release notes.

New features:
  • SmugMug storage support
  • new thumbnail display mode justified
  • helpers to extend the capabilities of nanoGALLERY
  • added image microdata
  • refinement of demonstration panel
  • removed support of browser-back to close the photo viewer
  • added HTTPS support
  • error messages displayed beneath the gallery (alert() was used up to now)
  • restored icons in the light theme (hidding icons is now configurable)
New options:
  • thumbnailWidth: new possible values 'auto' and 'autoUpScale'
  • fnThumbnailInit, fnThumbnailHoverInit, fnThumbnailHover, fnThumbnailHoverOut, fnThumbnailDisplayEffect: javascript helpers
  • breadcrumbAutoHideTopLevel: hide the breadcrumb if user on first level
    boolean; Default: false
  • flickrSizeB: include the large size (B-size / 1024) when needed
    boolean; Default: false
  • imageTransition: transition animation when moving from image to image (default, `fade')

Visit nanoGALLERY homepage for usage details: http://nanogallery.brisbois.fr

Deprecated options:
  • none
Misc
  • change default colorSchemeViewer default from 'none' to 'default'
  • fixed compatibility issue with niceScroll plugin (http://areaaperta.com/nicescroll)
  • minor bugfixes