forked from ZwiiCMS-Team/ZwiiCMS
[10.0.051] activer correctement les miniatures de la galerie L:640
This commit is contained in:
parent
213c922664
commit
92a0e76625
@ -33,7 +33,7 @@ class common {
|
||||
const TEMP_DIR = 'site/tmp/';
|
||||
|
||||
// Numéro de version
|
||||
const ZWII_VERSION = '10.0.050';
|
||||
const ZWII_VERSION = '10.0.051';
|
||||
const ZWII_UPDATE_CHANNEL = "v10";
|
||||
|
||||
public static $actions = [];
|
||||
|
8
core/vendor/filemanager/config/config.php
vendored
8
core/vendor/filemanager/config/config.php
vendored
@ -438,11 +438,11 @@ $config = array(
|
||||
// PS if there isn't write permission in your destination folder you must set it
|
||||
//
|
||||
'fixed_image_creation' => true, //activate or not the creation of one or more image resized with fixed path from filemanager folder
|
||||
'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( '' ), //name to prepend on filename
|
||||
'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( 300,400 ), //width of image
|
||||
'fixed_image_creation_height' => array( 200,300 ), //height of image
|
||||
'fixed_image_creation_width' => array( 640 ), //width of image
|
||||
'fixed_image_creation_height' => array( 480), //height of image
|
||||
/*
|
||||
# $option: 0 / exact = defined size;
|
||||
# 1 / portrait = keep aspect set height;
|
||||
|
Loading…
Reference in New Issue
Block a user