feature 2633 added: ability to select default size

git-svn-id: http://piwigo.org/svn/trunk@15299 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2012-05-24 23:12:04 +00:00
parent dcd6efb7fc
commit b205058983
2 changed files with 18 additions and 3 deletions
+3
View File
@@ -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';
?>