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