maxgalleria_masonry_image_height

Description

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

Usage

add_filter('maxgalleria_masonry_image_height', 'masonry_image_height', 10, 1);

Parameters

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

Example

add_filter('maxgalleria_masonry_image_height', 'masonry_image_height', 10, 1);

function masonry_image_height($height) {
}

Source Files

Defined in maxgalleria-masonry-hooks.php.

Used in maxgalleria-masonry-template.php.