From 1fd4b92234d0c9c939aa5e4a0ff47a784e8f22ed Mon Sep 17 00:00:00 2001 From: Kris_B Date: Mon, 26 Oct 2015 00:33:57 +0100 Subject: [PATCH] v5.9.0 --- jquery.nanogallery.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jquery.nanogallery.js b/jquery.nanogallery.js index 9d34d4d..da24ab4 100644 --- a/jquery.nanogallery.js +++ b/jquery.nanogallery.js @@ -36,7 +36,7 @@ nanoGALLERY v5.9.0 release notes. ##### New API methods - **refreshSize**: Force a gallery resize. - When the gallery container is hidden and is set to visible a later time, this method will avoid incorrect thumbnail position. + When the gallery container is hidden and is set to visible at a later time, this method will avoid incorrect thumbnail position. `$('#yourElement').nanoGallery('refreshSize');` (credits: Daniel Eck - https://github.com/Ecksters) - **minimizeToolbar**: minimize image viewer toolbar. @@ -56,13 +56,13 @@ nanoGALLERY v5.9.0 release notes. (credits: Victor A. Banuelos - https://github.com/vbanuelos) ##### Misc -- fixed support of `nanoPhotosProvider` +- fixed `nanoPhotosProvider` compatibility issue (https://github.com/Kris-B/nanoPhotosProvider) - removed option 'jsonCharset' - bugfix: issue #86 - error on hoverOut n[r].toFixed is undefined (credits: Andrea Grassi - https://github.com/andrea-sdl) - bugfix: issue #78 - NGTweenable undefined when loading in a page using AMD and requirejs (credits: Jeff Mills - https://github.com/jefftmills) -**Many thanks to Victor A. Banuelos, Daniel Eck and Andrea Grassi for their contribution.** +**Many thanks to Victor A. Banuelos, Daniel Eck, Jeff Mills and Andrea Grassi for their contribution.** **Visit nanoGALLERY homepage for usage details: [http://nanogallery.brisbois.fr](http://www.nanogallery.brisbois.fr/)**