From b402dc0a8f749aba00b9af3d8f513fa8fb972035 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 22 Mar 2019 18:27:56 +0100 Subject: [PATCH] [9.0.08] RFM thumb ratio --- core/vendor/filemanager/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index 08ae7fe4..b21dff25 100755 --- a/core/vendor/filemanager/config/config.php +++ b/core/vendor/filemanager/config/config.php @@ -450,7 +450,7 @@ $config = array( # 3 / auto = auto; # 4 / crop= resize and crop; */ - 'fixed_image_creation_option' => array( 'crop', 'auto' ), //set the type of the crop + 'fixed_image_creation_option' => array( 'landscape', 'portrait' ), //set the type of the crop // New image resized creation with relative path inside to upload folder after uploading (thumbnails in relative mode)