• modmyf150

    (@modmyf150)


    I would like to change the default size of the image that the lightbox displays. It looks like it’s Flickr’s medium size. I would like to change it to the original size. How can that be done?

    Ideally, if this parameter could be configurable in the plugin admin panel with a droplist of Flickr image sizes available, that would be awesome. Otherwise, I can just change the code with what you suggest. Thanks.

    https://www.ads-software.com/extend/plugins/flickr-mini-gallery/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter modmyf150

    (@modmyf150)

    Anyone?

    Thread Starter modmyf150

    (@modmyf150)

    Hey plugin author…where are you man?

    I would love if there’s a way to change the size too!
    It’s so hard to find a perfect flickr plugin!!

    It is possible… you have to change lines 40 & 47 on miniflickr.js may need to add a “_b” or “_o” depending on the size you want. Anyway thats a good idea for a new feature I may add it to the next release

    sorry for the delay answering I have to work to pay the bills…

    I added the “_o” before the “.jpg” to get the original pictures but got a message “This photo is currently not available”.
    I tested with “_b” and got the same problem.
    What could be wrong?
    Many thanks.

    change lines 40 and 47 to look like this

    $(“<img/>”).attr(attrib).appendTo(obj).wrap(“<a href=https://farm”+item.farm+”.static.flickr.com/”+item.server+”/”+item.id+”_”+item.secret+”_b”+”.jpg

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Flickr Mini Gallery] How do I change the default size of the lightbox image?’ is closed to new replies.