From b205058983481bdd90fc8e6ff7edac61332496df Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 24 May 2012 23:12:04 +0000 Subject: feature 2633 added: ability to select default size git-svn-id: http://piwigo.org/svn/trunk@15299 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/config_default.inc.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3