This filter returns the lightbox stylesheet to use when a gallery is displayed with the Video Tiles template.
add_filter('maxgalleria_video_tiles_lightbox_stylesheet', 'video_tiles_lightbox_stylesheet', 10, 1); $lightbox_stylesheet
The lightbox stylesheet.
add_filter('maxgalleria_video_tiles_lightbox_stylesheet', 'video_tiles_lightbox_stylesheet', 10, 1);
function video_tiles_lightbox_stylesheet($lightbox_stylesheet) {
}
Defined in maxgalleria-hooks.php.
Used in video-tiles.php.