From b99c242ab7eb780674073b81d25eb303216b6767 Mon Sep 17 00:00:00 2001 From: "laurent.duretz" Date: Fri, 16 Feb 2007 17:09:35 +0000 Subject: =?UTF-8?q?Valeurs=20par=20d=C3=A9faut=20identiques=20=C3=A0=20la?= =?UTF-8?q?=20galerie=20principale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@1829 68402e56-0260-453c-a942-63ccdbb3a9ee --- tools/create_listing_file.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/create_listing_file.php b/tools/create_listing_file.php index 1342cbc84..0b0839812 100644 --- a/tools/create_listing_file.php +++ b/tools/create_listing_file.php @@ -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; -- cgit v1.2.3