MCImageManager:Configuration/thumbnail.max width

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: thumbnail.max_width

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_width'] = 1024;

Example of usage in the Web.Config file

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

Example of usage in a mc_access file

thumbnail.max_width=1024
Personal tools