maxgalleria_material_design_image_height

Description

This filter returns the height of the an image for the gallery when displayed with the material_design template.

Usage

add_filter('maxgalleria_material_design_image_height', 'material_design_image_height', 10, 1);

Parameters

$height
The height of the an image (default: 640).

Example

add_filter('maxgalleria_material_design_image_height', 'material_design_image_height', 10, 1);

function material_design_image_height($height) {
}

Source Files

Defined in maxgalleria-material-design-hooks.php.

Used in maxgalleria-material-design-template.php.