maxgalleria_material_design_image_width

Description

This filter returns the width of an image for the gallery when displayed with the material design template.

Usage

add_filter('maxgalleria_material_design_image_width', 'material_design_image_width', 10, 1);

Parameters

$width
The width of the image (default: 960).

Example

add_filter('maxgalleria_material_design_image_width', 'material_design_image_width', 10, 1);

function material_design_image_width($width) {
}

Source Files

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

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