MCImageManager:Configuration/thumbnail.height

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: thumbnail.height

Set the height of the thumbnails.

Example of usage in the config.php file

$mcImageManagerConfig['thumbnail.height'] = 150;

Example of usage in the Web.Config file

<add key="thumbnail.height" value="150" />

Example of usage in a mc_access file

thumbnail.height=150
Personal tools