aboutsummaryrefslogtreecommitdiffstats
path: root/include/config_default.inc.php
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2012-05-24 23:12:04 +0000
committerplegall <plg@piwigo.org>2012-05-24 23:12:04 +0000
commitb205058983481bdd90fc8e6ff7edac61332496df (patch)
tree90baccad4e1142416a15ae34af8a164953434b01 /include/config_default.inc.php
parentdcd6efb7fc72eb013954c7cfab1292402ef89a1d (diff)
feature 2633 added: ability to select default size
git-svn-id: http://piwigo.org/svn/trunk@15299 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r--include/config_default.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index b8ed8fa8e..640cd5609 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -760,4 +760,7 @@ $conf['upload_form_automatic_rotation'] = true;
$conf['derivative_url_style']=0;
$conf['chmod_value']= substr_compare(PHP_SAPI, 'apa', 0, 3)==0 ? 0777 : 0755;
+
+// 'small', 'medium' or 'large'
+$conf['derivative_default_size'] = 'medium';
?> \ No newline at end of file