From 335dc84064e5635ec5d5134aa0b2e4a84f238471 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 6 Apr 2020 14:32:57 +0200 Subject: [PATCH] =?UTF-8?q?Mini=5F=20thumb=20480=20plut=C3=B4t=20que=20640?= =?UTF-8?q?=20+=20auto=20-=20crop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/vendor/filemanager/config/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index 32bf661f..53485807 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( 640 ), //width of image - 'fixed_image_creation_height' => array( 480), //height of image + 'fixed_image_creation_width' => array( 480 ), //width of image + 'fixed_image_creation_height' => array( 320), //height of image /* # $option: 0 / exact = defined size; # 1 / portrait = keep aspect set height; @@ -524,7 +524,7 @@ $config = array( # 3 / auto = auto; # 4 / crop= resize and crop; */ - 'fixed_image_creation_option' => array('crop', 'crop'), //set the type of the crop + 'fixed_image_creation_option' => array('auto', 'crop'), //set the type of the crop // New image resized creation with relative path inside to upload folder after uploading (thumbnails in relative mode)