From 71bda34e729a034a5aa1cc8bbb9176883be5d4a1 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Thu, 17 Apr 2014 15:15:12 +0200 Subject: [PATCH] Thumbnail default set to 150px square --- lib/default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/default.php b/lib/default.php index 2fd660e2ad..8fccb0a648 100644 --- a/lib/default.php +++ b/lib/default.php @@ -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' =>