You are here

function video_views_handler_field_image::render in Video 6.2

Render field output to the browser.

File

views/video_views_handler_field_image.inc, line 52

Class

video_views_handler_field_image
Field handler to display the video preview thumbnail

Code

function render($values) {
  return _video_views_handler_field_image($values, $this->options['img_type'], $this->options['disp_link']);
}