maxgalleria_image_showcase_showcase_image_width

Description

This filter returns the width of the showcase image for the gallery when displayed with the Image Showcase template.

Usage

add_filter('maxgalleria_image_showcase_showcase_image_width', 'image_showcase_showcase_image_width', 10, 1);

Parameters

$width
The width of the showcase image (default: 960).

Example

add_filter('maxgalleria_image_showcase_showcase_image_width', 'image_showcase_showcase_image_width', 10, 1);

function image_showcase_showcase_image_width($width) {
}

Source Files

Defined in maxgalleria-image-showcase-hooks.php.

Used in maxgalleria-image-showcase-template.php.