This filter returns the video thumbnail for the gallery when displayed with the Video Tiles template.
add_filter('maxgalleria_video_tiles_thumb', 'video_tiles_thumb', 10, 5); $html
The output for the video thumbnail.
$video
The video thumbnail object.
$video_class
The video thumbnail class.
$alt
The video thumbnail alt text.
$title
The video thumbnail title.
add_filter('maxgalleria_video_tiles_thumb', 'video_tiles_thumb', 10, 5);
function video_tiles_thumb($html, $video, $video_class, $alt, $title) {
}
Defined in maxgalleria-hooks.php.
Used in video-tiles.php.