You are here

function emimage_photobucket_thumbnail in Embedded Media Field 6

File

contrib/emimage/providers/photobucket.inc, line 135
This include processes photobucket.com image files for use by emfield.module.

Code

function emimage_photobucket_thumbnail($field, $item, $formatter, $node, $width, $height) {
  return emimage_photobucket_image_url($item['value'], $item['data']);
}