mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Valeurs par défaut identiques à la galerie principale
git-svn-id: http://piwigo.org/svn/trunk@1829 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -30,10 +30,11 @@
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
// ****** Gallery configuration ****** //
|
||||
// Srcipt version
|
||||
// Script version
|
||||
$conf['version'] = 'Alligator';
|
||||
|
||||
// URL of main gallery
|
||||
// Example : http://www.my.domain/my/directory
|
||||
$conf['gallery'] = 'http://';
|
||||
|
||||
// prefix for thumbnails in "thumbnail" sub directories
|
||||
@@ -100,10 +101,10 @@ $conf['thumbnail'] = false;
|
||||
$conf['thumbnail_method'] = 'ratio';
|
||||
|
||||
// Height in pixels (greater than 0)
|
||||
$conf['thumbnail_height'] = 96;
|
||||
$conf['thumbnail_height'] = 128;
|
||||
|
||||
// Width in pixels (greater than 0)
|
||||
$conf['thumbnail_width'] = 96;
|
||||
$conf['thumbnail_width'] = 128;
|
||||
|
||||
// Ratio between original and thumbnail size (strictly between 0 and 1)
|
||||
$conf['thumbnail_ratio'] = 0.2;
|
||||
|
||||
Reference in New Issue
Block a user