maxgalleria_slick_carousel_slider_image_height

Description

This filter returns the height of the slider image for the gallery when displayed with the Slick Slider template.

Usage

add_filter('maxgalleria_slick_carousel_slider_image_height', 'slick_carousel_slider_image_height', 10, 1);

Parameters

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

Example

add_filter('maxgalleria_slick_carousel_slider_image_height', 'slick_carousel_slider_image_height', 10, 1);

function slick_carousel_slider_image_height($height) {
}

Source Files

Defined in maxgalleria-slick-carousel-hooks.php.

Used in maxgalleria-slick-carousel-template.php.