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