This filter returns a boolean value indicating whether or not the showcase image for the gallery should be cropped.
add_filter('maxgalleria_image_showcase_showcase_image_crop', 'image_showcase_showcase_image_crop', 10, 1); $crop
Boolean value indicating whether or not the showcase image for the gallery should be cropped (default: true).
add_filter('maxgalleria_image_showcase_showcase_image_crop', 'image_showcase_showcase_image_crop', 10, 1);
function image_showcase_showcase_image_crop($crop) {
}
Defined in maxgalleria-image-showcase-hooks.php.
Used in maxgalleria-image-showcase-template.php.