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

albumList not work #36

Closed dordetti closed 10 years ago

dordetti commented 10 years ago

Hello, congratulations for the work, this plugin is fantastic. I have a problem, a list of all some work, but when I want to select some (albumList) shows nothing ... can you help me? See my code:

     $ (document) .ready (function () {        $ ("# nanoGallery"). nanoGallery ({          kind: 'picasa'          userID: '112432773107874438277'          thumbnailWidth: 130   thumbnailHeight: 130          thumbnailHoverEffect 'scale120'          albumList: '6005309709802843601 | 6040802709900970913'

the other forms work just right, only albumList that will not work = / nanogallery

Kris-B commented 10 years ago

Hi, the separator is | without any space. Just remove the spaces before and after | and test agian.

dordetti commented 10 years ago

Hi Kris =D albumList: '6005309709802843601|6040802709900970913' there is no space my code. Does not generate the list, see the attachments. If I show all the pictures works! But some albums not.

tks

nanogallery2

dordetti commented 10 years ago

Hi Kris, The "albumList" is working with the album name, but the code does not ... supposed to work?

Kris-B commented 10 years ago

Hi! Actually only album names are supposed to be used with this parameter. But I just released v5.0.2 with additional support of album IDs.