From 2dd1f3fe6738c20a08dabc507d89f56cad41cc9c Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 23 Jan 2015 15:04:54 +0100 Subject: [PATCH] Default value for max thumbnail size increased Because people have high resolution screens nowadays ;) --- lib/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.php b/lib/default.php index b0d530bd4d..42278612cd 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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' =>