maxgalleria_image_showcase_showcase_image_height

Description

This filter returns the height of the showcase image for the gallery when displayed with the Image Showcase template.

Usage

add_filter('maxgalleria_image_showcase_showcase_image_height', 'image_showcase_showcase_image_height', 10, 1);

Parameters

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

Example

add_filter('maxgalleria_image_showcase_showcase_image_height', 'image_showcase_showcase_image_height', 10, 1);

function image_showcase_showcase_image_height($height) {
}

Source Files

Defined in maxgalleria-image-showcase-hooks.php.

Used in maxgalleria-image-showcase-template.php.