]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Thumbnail default set to 150px square
authorMikael Nordfeldth <mmn@hethane.se>
Thu, 17 Apr 2014 13:15:12 +0000 (15:15 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 17 Apr 2014 13:15:12 +0000 (15:15 +0200)
lib/default.php

index 2fd660e2ad953e142ce7976e5b4b5e9d887fa5ee..8fccb0a64899280aed3334e1417f19b233edbf50 100644 (file)
@@ -250,8 +250,8 @@ $default =
               'monthly_quota' => 15000000,
               'uploads' => true,
               'show_thumbs' => true, // show thumbnails in notice lists for uploaded images, and photos and videos linked remotely that provide oEmbed info
-              'thumb_width' => 100,
-              'thumb_height' => 75,
+              'thumb_width' => 150,
+              'thumb_height' => 150,
               'process_links' => true, // check linked resources for embeddable photos and videos; this will hit referenced external web sites when processing new messages.
               ),
         'application' =>