From my experiments I would say that you control the size of the thumbnails by inserting a specific character within the code somewhere around line 454 within the jquery.flickrGallery.js file. Below is a sample of the code where you need to insert the character.
p.getImgUrl = function (s) {
if (!s) {s = '<thumbnail_size_here>';};
return jQuery.flickrGallery.getImgUrl(
And so that you want to get the medium size, the symbol is actually a blank one. Therefore in the example above you would leave blank the part where I have written <thumbnail_size_here> and it would look something like s=''. You can see all of the corresponding characters around line 612 in the same file.
Hope it helps.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi thank you very much for the plug-in. Its simple and great.
I wanted to know if there anyway to get the medium size image from flickr as album thumbnail. Is it possible?
Thanks,
Yugan
Hi!
From my experiments I would say that you control the size of the thumbnails by inserting a specific character within the code somewhere around line 454 within the jquery.flickrGallery.js file. Below is a sample of the code where you need to insert the character.
And so that you want to get the medium size, the symbol is actually a blank one. Therefore in the example above you would leave blank the part where I have written <thumbnail_size_here> and it would look something like s=''. You can see all of the corresponding characters around line 612 in the same file.
Hope it helps.
Thank you… I will add this to the list of future enhancements…
I have created the following item to track it:
https://sourceforge.net/tracker/?func=detail&aid=3514872&group_id=199439&atid=969494