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