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