maxgalleria_slick_carousel_slider_image_crop

Description

This filter returns a boolean value indicating whether or not the slider image for the gallery should be cropped.

Usage

add_filter('maxgalleria_slick_carousel_slider_image_crop', 'slick_carousel_slider_image_crop', 10, 1);

Parameters

$crop
Boolean value indicating whether or not the slider image for the gallery should be cropped (default: true).

Example

add_filter('maxgalleria_slick_carousel_slider_image_crop', 'slick_carousel_slider_image_crop', 10, 1);

function slick_carousel_slider_image_crop($crop) {
}

Source Files

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

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