Add attachments 'thumb_width' and 'thumb_height' settings for inline thumbs, defaulting to 100x75.
This is used as the max thumb width/height for oEmbed requests (replacing the old default of 500x400 which was more suitable for the lightbox).
This commit is contained in:
@@ -250,6 +250,8 @@ $default =
|
||||
'monthly_quota' => 15000000,
|
||||
'uploads' => true,
|
||||
'filecommand' => '/usr/bin/file',
|
||||
'thumb_width' => 100,
|
||||
'thumb_height' => 75,
|
||||
),
|
||||
'application' =>
|
||||
array('desclimit' => null),
|
||||
|
Reference in New Issue
Block a user