From 64108c075b87b5b4815f451909dd9d9b3a7f545a Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 21 Feb 2007 22:33:05 +0000 Subject: Thumbnail upload max size is less than default values for thumbnails creation. Now, values are equal by default. git-svn-id: http://piwigo.org/svn/trunk@1848 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config_default.inc.php b/include/config_default.inc.php index cd02ce597..6fd1b0b26 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -494,11 +494,11 @@ $conf['upload_maxwidth'] = 800; // upload_maxheight_thumbnail: maximum height authorized for the uploaded // thumbnails -$conf['upload_maxheight_thumbnail'] = 100; +$conf['upload_maxheight_thumbnail'] = 128; // upload_maxwidth_thumbnail: maximum width authorized for the uploaded // thumbnails -$conf['upload_maxwidth_thumbnail'] = 150; +$conf['upload_maxwidth_thumbnail'] = 128; // +-----------------------------------------------------------------------+ // | history | -- cgit v1.2.3