maxgalleria_video_tiles_thumb

Description

This filter returns the video thumbnail for the gallery when displayed with the Video Tiles template.

Usage

add_filter('maxgalleria_video_tiles_thumb', 'video_tiles_thumb', 10, 5);

Parameters

$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.

Example

add_filter('maxgalleria_video_tiles_thumb', 'video_tiles_thumb', 10, 5);

function video_tiles_thumb($html, $video, $video_class, $alt, $title) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in video-tiles.php.