Skip to content

nanoGALLERY for jQuery v5.5.4

Compare
Choose a tag to compare
@Kris-B Kris-B released this 23 Mar 21:40
· 50 commits to master since this release

nanoGALLERY v5.5.4 release notes.

New API method
  • displayItem: display an item (album or image).
    $('#yourElement').nanoGallery('displayItem', 'itemID');
    itemID syntax to display an album: 'albumID'
    itemID syntax to display an image: 'albumID/imageID'