MCImageManager:Configuration/thumbnail.max height

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: thumbnail.max_height

Use this option to specify a max width when thumbnails isn't to be generated.

Example of usage in the config.php file

$mcImageManagerConfig['thumbnail.max_height'] = 1024;

Example of usage in the Web.Config file

<add key="thumbnail.max_height" value="1024" />

Example of usage in a mc_access file

thumbnail.max_height=1024
Personal tools