From: Mikael Nordfeldth Date: Fri, 18 Apr 2014 09:07:59 +0000 (+0200) Subject: Thumbnails are now by default squares of 150px X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54f3b4be47ccbd2d296723b3ca7f5b856a143aa5;p=quix0rs-gnu-social.git Thumbnails are now by default squares of 150px --- 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' =>