maxgalleria_video_tiles_lightbox_stylesheet

Description

This filter returns the lightbox stylesheet to use when a gallery is displayed with the Video Tiles template.

Usage

add_filter('maxgalleria_video_tiles_lightbox_stylesheet', 'video_tiles_lightbox_stylesheet', 10, 1);

Parameters

$lightbox_stylesheet
The lightbox stylesheet.

Example

add_filter('maxgalleria_video_tiles_lightbox_stylesheet', 'video_tiles_lightbox_stylesheet', 10, 1);

function video_tiles_lightbox_stylesheet($lightbox_stylesheet) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in video-tiles.php.