From 1e87818a41937e40a4d69ea0b2d365cc2956125c Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 6 Apr 2020 17:06:22 +0200 Subject: [PATCH] =?UTF-8?q?[10.0.057]=20Mise=20=C3=A0=20jour=20r=C3=A9curs?= =?UTF-8?q?ive=20des=20miniatures.=20Taille=20width=20320?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/vendor/filemanager/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index 53485807..7a6ced0c 100755 --- a/core/vendor/filemanager/config/config.php +++ b/core/vendor/filemanager/config/config.php @@ -515,8 +515,8 @@ $config = array( 'fixed_path_from_filemanager' => array( '../../../site/file/thumb/' ), //fixed path of the image folder from the current position on upload folder 'fixed_image_creation_name_to_prepend' => array( 'mini_' ), //name to prepend on filename 'fixed_image_creation_to_append' => array( '' ), //name to appendon filename - 'fixed_image_creation_width' => array( 480 ), //width of image - 'fixed_image_creation_height' => array( 320), //height of image + 'fixed_image_creation_width' => array( 320 ), //width of image + 'fixed_image_creation_height' => array( 240), //height of image /* # $option: 0 / exact = defined size; # 1 / portrait = keep aspect set height;