Thumbnails are now by default squares of 150px

This commit is contained in:
Mikael Nordfeldth 2014-04-18 11:07:59 +02:00
parent 07b232774d
commit 54f3b4be47
1 changed files with 1 additions and 0 deletions

View 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' =>