This filter returns the width of the slider image for the gallery when displayed with the Slick Slider template.
add_filter('maxgalleria_slick_carousel_slider_image_width', 'slick_carousel_slider_image_width', 10, 1); $width
The width of the slider image (default: 960).
add_filter('maxgalleria_slick_carousel_slider_image_width', 'slick_carousel_slider_image_width', 10, 1);
function slick_carousel_slider_image_width($width) {
}
Defined in maxgalleria-slick-carousel-hooks.php.
Used in maxgalleria-slick-carousel-template.php.