MCImageManager:Configuration/thumbnail.height
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: thumbnail.height
Set the height of the thumbnails.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['thumbnail.height'] = 150;
[edit]
Example of usage in the Web.Config file
<add key="thumbnail.height" value="150" />
[edit]
Example of usage in a mc_access file
thumbnail.height=150
