Default value for max thumbnail size increased

Because people have high resolution screens nowadays ;)
This commit is contained in:
Mikael Nordfeldth 2015-01-23 15:04:54 +01:00
parent 09de2a17b5
commit 2dd1f3fe67
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ $default =
),
'thumbnail' =>
array('crop' => false, // overridden to true if thumb height === null
'maxsize' => 600, // thumbs with an edge larger than this will not be generated
'maxsize' => 1000, // thumbs with an edge larger than this will not be generated
'width' => 450,
'height' => 600),
'application' =>