Viewing 2 replies - 1 through 2 (of 2 total)
  • yup,

    If you want use new size. You find the label returned by the API function: flickr.photos.getSizes
    Its “medium 640”

    You need add in the js:

    this.sizes['Medium 640'] = 'size_z';

    Add the radio input in the media-flickr.php:

    <div id="div_size_z"><input type="radio" id="size_z" name="size" value="size_z" /> <label for="size_z"><?php _e('Medium 640', 'wp-media-flickr') ?> (640 x 480)</label></div>

    that all

    Thread Starter deadlyknitshade

    (@deadlyknitshade)

    That works perfectly!

    Thanks so much. You rule!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress-media-flickr: add new size’ is closed to new replies.