From 92a0e766251edf7ecf894e2dfccf99484cdd48e0 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 5 Apr 2020 10:34:51 +0200 Subject: [PATCH] [10.0.051] activer correctement les miniatures de la galerie L:640 --- core/core.php | 2 +- core/vendor/filemanager/config/config.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/core.php b/core/core.php index 0db8d5ba..a5174a76 100644 --- a/core/core.php +++ b/core/core.php @@ -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 = []; diff --git a/core/vendor/filemanager/config/config.php b/core/vendor/filemanager/config/config.php index fe78f75a..6cf7bba5 100755 --- a/core/vendor/filemanager/config/config.php +++ b/core/vendor/filemanager/config/config.php @@ -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;