MCImageManager:Configuration/thumbnail.max height
From Moxiecode Documentation Wiki
Contents |
[edit]
Option: thumbnail.max_height
Use this option to specify a max width when thumbnails isn't to be generated.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['thumbnail.max_height'] = 1024;
[edit]
Example of usage in the Web.Config file
<add key="thumbnail.max_height" value="1024" />
[edit]
Example of usage in a mc_access file
thumbnail.max_height=1024
