You are here

function video_cck_revver_thumbnail in Embedded Media Field 5

File

contrib/video_cck/providers/revver.inc, line 61

Code

function video_cck_revver_thumbnail($field, $item, $formatter, $node, $width, $height) {
  return 'http://frame.revver.com/frame/' . $width . 'x' . $height . '/' . check_plain($item['value']) . '.jpg';
}