[9.0.08] config à revoir
This commit is contained in:
parent
be58cb22b9
commit
cf5e6a43b0
4
core/vendor/filemanager/config/config.php
vendored
4
core/vendor/filemanager/config/config.php
vendored
@ -462,8 +462,8 @@ $config = array(
|
|||||||
'relative_path_from_current_pos' => array( './thumb', '' ), //relative path of the image folder from the current position on upload folder
|
'relative_path_from_current_pos' => array( './thumb', '' ), //relative path of the image folder from the current position on upload folder
|
||||||
'relative_image_creation_name_to_prepend' => array( '', '' ), //name to prepend on filename
|
'relative_image_creation_name_to_prepend' => array( '', '' ), //name to prepend on filename
|
||||||
'relative_image_creation_name_to_append' => array( '', '' ), //name to append on filename
|
'relative_image_creation_name_to_append' => array( '', '' ), //name to append on filename
|
||||||
'relative_image_creation_width' => array( 266, ''), //width of image (you can leave empty if you set height)
|
'relative_image_creation_width' => array( 300, 225), //width of image (you can leave empty if you set height)
|
||||||
'relative_image_creation_height' => array( 200, '' ), //height of image (you can leave empty if you set width)
|
'relative_image_creation_height' => array( 225, 300 ), //height of image (you can leave empty if you set width)
|
||||||
/*
|
/*
|
||||||
# $option: 0 / exact = defined size;
|
# $option: 0 / exact = defined size;
|
||||||
# 1 / portrait = keep aspect set height;
|
# 1 / portrait = keep aspect set height;
|
||||||
|
Loading…
Reference in New Issue
Block a user