maxgalleria_thumb_size_square_eight_column

Description

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

Usage

add_filter('maxgalleria_thumb_size_square_eight_column', 'thumb_size_square_eight_column', 10, 1);

Parameters

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

Example

add_filter('maxgalleria_thumb_size_square_eight_column', 'thumb_size_square_eight_column', 10, 1);

function thumb_size_square_eight_column($thumb_size) {
}

Source Files

Defined in maxgalleria-hooks.php.

Used in maxgalleria-image-gallery.php.