dear all,
also want to say that the flickr-gallery plugin is just great!
The only thing I miss is the size option for the lightbox feature in the photoset tag (the thumbnails as such of the gallery are of a well chosen size)
[flickr-gallery mode="photoset" photoset="72157605870230826"]
Would it be very difficult to insert an additional parameter for passing the flickr size to use (thumbnail, medium, large, original) ?
If you could provide a short guideline what needs to be updated, I could maybe do it at my own?
Let me do a guess: the following line in the flightbox.js is making sure that the “medium” is requested:
$image.attr("src", $calling.attr("src").replace(/_[stm]\./g, "."));
So, here we would need to read a parameter value coming from the wordpress plugin options? Or just hardcode for the “large” version?
Thanks so much,
cheers
baszero