This filter returns the width of an image for the gallery when displayed with the material design template.
add_filter('maxgalleria_material_design_image_width', 'material_design_image_width', 10, 1); $width
The width of the image (default: 960).
add_filter('maxgalleria_material_design_image_width', 'material_design_image_width', 10, 1);
function material_design_image_width($width) {
}
Defined in maxgalleria-material-design-hooks.php.
Used in maxgalleria-material-design-template.php.