[10.0.051] activer correctement les miniatures de la galerie L:640

This commit is contained in:
Fred Tempez 2020-04-05 10:34:51 +02:00
parent 213c922664
commit 92a0e76625
2 changed files with 5 additions and 5 deletions

View File

@ -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 = [];

View File

@ -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;