forked from GNUsocial/gnu-social
Default value for max thumbnail size increased
Because people have high resolution screens nowadays ;)
This commit is contained in:
parent
09de2a17b5
commit
2dd1f3fe67
@ -255,7 +255,7 @@ $default =
|
|||||||
),
|
),
|
||||||
'thumbnail' =>
|
'thumbnail' =>
|
||||||
array('crop' => false, // overridden to true if thumb height === null
|
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,
|
'width' => 450,
|
||||||
'height' => 600),
|
'height' => 600),
|
||||||
'application' =>
|
'application' =>
|
||||||
|
Loading…
Reference in New Issue
Block a user