Thumbnail default set to 150px square

This commit is contained in:
Mikael Nordfeldth 2014-04-17 15:15:12 +02:00
parent d3b4a8616d
commit 71bda34e72
1 changed files with 2 additions and 2 deletions

View File

@ -250,8 +250,8 @@ $default =
'monthly_quota' => 15000000, 'monthly_quota' => 15000000,
'uploads' => true, 'uploads' => true,
'show_thumbs' => true, // show thumbnails in notice lists for uploaded images, and photos and videos linked remotely that provide oEmbed info '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_width' => 150,
'thumb_height' => 75, '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. 'process_links' => true, // check linked resources for embeddable photos and videos; this will hit referenced external web sites when processing new messages.
), ),
'application' => 'application' =>