]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Thumbnails are now by default squares of 150px
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 18 Apr 2014 09:07:59 +0000 (11:07 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 18 Apr 2014 09:07:59 +0000 (11:07 +0200)
lib/default.php

index 8fccb0a64899280aed3334e1417f19b233edbf50..6efeb406c47d58f7fc5df412e13576f0a440c563 100644 (file)
@@ -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' =>