diff options
author | rub <rub@piwigo.org> | 2007-02-21 22:33:05 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-02-21 22:33:05 +0000 |
commit | 64108c075b87b5b4815f451909dd9d9b3a7f545a (patch) | |
tree | e2e41c333e910b17d7ed54f92e6a83d7a05dd340 /include/config_default.inc.php | |
parent | e3b7e2bcb7c4b3e78e365e4cccbd3c62cac6cb26 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | include/config_default.inc.php | 4 |
1 files 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 | |