Forums

Flickr Gallery
[resolved] Larger 640 pixel wide size (4 posts)

  1. hypergate
    Member
    Posted 1 year ago #

    Any way to get it to display the new larger 640 pixel wide size images?

    Thanks!

    http://wordpress.org/extend/plugins/flickr-gallery/

  2. DanCoulter
    Member
    Posted 1 year ago #

    That's currently not officially supported in the API. I'm sure they'll be adding it soon. I would hate to add support for it only to have it fail down the road if they change something.

    Maybe if they don't move on that too quickly, I'll go ahead and add it with a caveat.

  3. Rik de Vrieze
    Member
    Posted 1 year ago #

  4. hypergate
    Member
    Posted 1 year ago #

    Thanks Rik!!!

    After following the directions from the Dutch site I changed the line to a "_z." so I could get the 640 size (and no unneeded api calls). :D

    Changed this line:

    if ( options.size_callback == null || $calling.hasClass("video") ) {
    			$image.attr("src", $calling.attr("src").replace(/_[stm]\./g, "."));

    to:

    if ( options.size_callback == null || $calling.hasClass("video") ) {
    			$image.attr("src", $calling.attr("src").replace(/_[stm]\./g, "_z."));

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic