--- flickr.inc.orig 2010-09-14 11:25:44.000000000 -0400 +++ flickr.inc 2010-09-14 11:26:54.000000000 -0400 @@ -273,3 +273,8 @@ function _emimage_flickr_guess_size($wid // If we don't have width or height set, then get the original size. return '5'; } + +function emimage_flickr_thumbnail($field, $item, $formatter, $node, $width, $height) { + return emimage_flickr_image_url($item['value'], $width, $height, $formatter, $field, $item, $node); +} +