Most properties can be set in the style sheet or in the custom css module for your theme. The following settings are shortcode settings that apply to individual grids. Note that for width and height values you may use any valid unit of height: px, cm, %, etc. Note: Media Image sizes are configured in the wordpress admin panel under Settings/Media. The default thumbnail size is 150px by 150px. The style sheet is configured to handle the default thumbnail size. To properly display your images, you must modify the height and witdth in the thumbanil shortcode or the style sheet.

Grid:

The width of the grid. this value defaults to the width of the grid area or to the setting in the style sheet.

When the gridwidth value is set, set this value to left, right or center (default).

 [thumbnailgrid gridwidth="400" aligngrid="left" posts_per_page = "3" cat="41"]

 

[thumbnailgrid gridwidth="400" aligngrid="right" posts_per_page = "3" cat="41"]

 

[thumbnailgrid gridwidth="400" aligngrid="center" posts_per_page = "3" cat="41"]

 

Captions:

Set showcaption=FALSE to hide the captions showcaption defaults to TRUE

[thumbnailgrid showcaption=FALSE posts_per_page = "3" cat="41"]

This value sets the caption height and hides the overflow (if there is more text than can fit into the caption area, it will not be visible). The display defaults to one line of text or the value in the style sheet.

The caption width. This value defaults to the width variable above or to the setting in the style sheet.

Wrap the text in the caption. Normally the text is limited to one line and overflow is indicated by an elipses. Please note that, to avoid a misaligned grid, you should set a caption height when wrapping text in a grid that has more than one row. wraptext defaults to FALSE

[thumbnailgrid wraptext=TRUE captionheight="50px" posts_per_page = "3" cat="41"]

Thumbnail:

The height of thumbnail image. This value defaults to the height of the thumbnail or the setting in the style sheet.

width

The width of the thumbnail image. This value defaults to the width of the thumbnail or the setting in the style sheet. To display an image proportionately, set this value to ‘auto’;

[thumbnailgrid width=”25px” height=”25px” posts_per_page=”3″ cat=”41″ ]

If you have images of different sizes, use a fixed height and set the width to auto to display your thumbnails proportionately.

[thumbnailgrid cat="41" posts_per_page="3" imagesize="medium" height="100px" width="auto"]

 imagesize

Media Image sizes are configured in the wordpress admin panel under Settings/Media. You can use any size in the plugin. The default value is ‘thumb’. thumb thumbnail medium large post-thumbnail.

If you wish, you can display the posts at the appropriate size for the image.

[thumbnailgrid cat="41" posts_per_page="3" imagesize="medium" height="300px" width="300px"]