You are here

function emvideo_spike_thumbnail in Embedded Media Field 6

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

TODO: Is this correct? Using ifilmpro for thumbnails.

File

contrib/emvideo/providers/spike.inc, line 72
This include processes Spike media files for use by emfield.module.

Code

function emvideo_spike_thumbnail($field, $item, $formatter, $node, $width, $height) {
  $picturelink = drupal_substr($item['value'], 0, 7);
  return 'http://img1.ifilmpro.com/resize/image/stills/films/resize/istd/' . $picturelink . '.jpg?width=' . $width;
}