aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config_default.inc.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php
index b0a42d4ae..ecc0630aa 100644
--- a/include/config_default.inc.php
+++ b/include/config_default.inc.php
@@ -796,4 +796,7 @@ $conf['original_url_protection'] = '';
// and if that option is not explicitly transmit when the album is created.
$conf['inheritance_by_default'] = false;
-?> \ No newline at end of file
+// 'png' or 'jpg': your uploaded TIF photos will have a representative in
+// JPEG or PNG file format
+$conf['tiff_representative_ext'] = 'png';
+?>