You are here

function video_auto_thumbnail in Video 6.3

Implementation a autothumbnail hook().

File

./video.module, line 39
video.module

Code

function video_auto_thumbnail() {

  //bypass conversion video

  //'override player width'
  return module_invoke_all('v_auto_thumbnail');
}