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