MCImageManager:Configuration/thumbnail.width

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Option: thumbnail.width

Set the width of the thumbnails.

Example of usage in the config.php file

$mcImageManagerConfig['thumbnail.width'] = 150;

Example of usage in the Web.Config file

<add key="thumbnail.width" value="150" />

Example of usage in a mc_access file

thumbnail.width=150
Personal tools