]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Default value for max thumbnail size increased
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 23 Jan 2015 14:04:54 +0000 (15:04 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 23 Jan 2015 14:04:54 +0000 (15:04 +0100)
Because people have high resolution screens nowadays ;)

lib/default.php

index b0d530bd4d2ac919f8f41dcdb5c28a541f2e8212..42278612cdefd1ec4130986cdf6c558dbbe14e99 100644 (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' =>