]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Default value for max thumbnail size increased
[quix0rs-gnu-social.git] / 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' =>