From 54f3b4be47ccbd2d296723b3ca7f5b856a143aa5 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Fri, 18 Apr 2014 11:07:59 +0200 Subject: [PATCH] Thumbnails are now by default squares of 150px --- lib/default.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/default.php b/lib/default.php index 8fccb0a648..6efeb406c4 100644 --- a/lib/default.php +++ b/lib/default.php @@ -252,6 +252,7 @@ $default = 'show_thumbs' => true, // show thumbnails in notice lists for uploaded images, and photos and videos linked remotely that provide oEmbed info 'thumb_width' => 150, 'thumb_height' => 150, + 'thumb_square' => true, 'process_links' => true, // check linked resources for embeddable photos and videos; this will hit referenced external web sites when processing new messages. ), 'application' => -- 2.39.5