forked from ZwiiCMS-Team/ZwiiCMS
[9.0.08] RFM thumb ratio
This commit is contained in:
parent
7dea66940c
commit
b402dc0a8f
2
core/vendor/filemanager/config/config.php
vendored
2
core/vendor/filemanager/config/config.php
vendored
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user