You are here

function emvideo_sevenload_thumbnail in Embedded Media Field 6

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

File

contrib/emvideo/providers/sevenload.inc, line 77
This include processes Sevenload media files for use by emfield.module.

Code

function emvideo_sevenload_thumbnail($field, $item, $formatter, $node, $width, $height) {
  return '';
}