Skip to content

nanoGALLERY for jQuery v5.6.0

Compare
Choose a tag to compare
@Kris-B Kris-B released this 15 Apr 19:49
· 44 commits to master since this release

nanoGALLERY v5.6.0 release notes.

New API method
  • setSelectMode: Enter/leave the selection mode, and set the kind.
    Possible values: true, false or can be a single kind : 'album' or 'image'.
    $('#yourElement').nanoGallery('setSelectMode', true|false|'album'|'image');
New option
  • keepSelection: do not lose selection on navigation
    boolean; Default: false
Misc
  • changed the touch swipe sensibility on gallery

Many thanks to Raphaël Renaudon (https://github.com/sevarg) for his contribution.