From 201f5118b37daeec5ec6dce899731a5b2bf4aa41 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 25 May 2016 09:29:43 +0000 Subject: [PATCH] Fine tuning of the default value for display_max_width. SVN:trunk[4139] --- core/config.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index c8c817a04..846192090 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -885,7 +885,7 @@ class Config 'inline_image_max_display_width' => array( 'type' => 'integer', 'description' => 'The maximum width (in pixels) when displaying images inside an HTML formatted attribute. Images will be displayed using this this maximum width.', - 'default' => '600', + 'default' => '250', 'value' => '', 'source_of_value' => '', 'show_in_conf_sample' => true,