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