maxgalleria_thumb_size_square_three_column

Description

This filter returns the square thumbnail size when a gallery is configured to display three columns of thumbnails per row.

Usage

add_filter('maxgalleria_thumb_size_square_three_column', 'thumb_size_square_three_column', 10, 1);

Parameters

$thumb_size
An array containing the thumbnail width (default = 400) and height (default = 400).

Example

add_filter('maxgalleria_thumb_size_square_three_column', 'thumb_size_square_three_column', 10, 1);

function thumb_size_square_three_column($thumb_size) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria-image-gallery.php.