Kris-B / nanoGALLERY

image gallery simplified - jQuery plugin. Touch enabled, responsive, justified/cascading/grid layout and it supports pulling in Flickr, Google Photos and self hosted images.
https://nanogallery2.nanostudio.org/
438 stars 101 forks source link

ReferenceError when using Init thumbnail callback #25

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi,

When you set a callback on the init thumbnail function, there is a ReferenceError to 'elt'. In the function 'thumbnailPositionContent', the code should be 'gO.fnThumbnailInit($elt, item);' instead of 'gO.fnThumbnailInit(elt, item);'

Regards.

Kris-B commented 10 years ago

Hi, Thanks for the fix. Corrected in v4.4.1 - https://github.com/Kris-B/nanoGALLERY/releases/tag/4.4.1