You are here

function emvideo_revver_thumbnail in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/providers/revver.inc \emvideo_revver_thumbnail()

File

contrib/emvideo/providers/revver.inc, line 65
This include processes revver.com media files for use by emfield.module.

Code

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