diff options
author | plegall <plg@piwigo.org> | 2012-05-24 23:12:04 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-05-24 23:12:04 +0000 |
commit | b205058983481bdd90fc8e6ff7edac61332496df (patch) | |
tree | 90baccad4e1142416a15ae34af8a164953434b01 /include | |
parent | dcd6efb7fc72eb013954c7cfab1292402ef89a1d (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')
-rw-r--r-- | include/config_default.inc.php | 3 |
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 |