This filter returns the lightbox stylesheet to use when displaying a gallery.
add_filter('maxgalleria_material_design_lightbox_stylesheet', 'material_design_lightbox_stylesheet', 10, 1); $lightbox_stylesheet
The path and file name to the lightbox stylesheet.
add_filter('maxgalleria_material_design_lightbox_stylesheet', 'material_design_lightbox_stylesheet', 10, 1);
function material_design_lightbox_stylesheet($lightbox_stylesheet) {
}
Defined in maxgalleria-material-design-hooks.php.
Used in maxgalleria-material-design-template.php.