Skip to content

Commit 3cc1394

Browse files
author
jbostoen
authored
Update UploadHandler.php
1 parent c47e0de commit 3cc1394

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

server/php/UploadHandler.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,14 @@ public function __construct($options = null, $initialize = true, $error_messages
138138
// Automatically rotate images based on EXIF meta data:
139139
'auto_orient' => true
140140
),
141-
// You can add an array. The key is the name of the version (example: 'medium').
141+
// You can add arrays to generate different versions.
142+
// The name of the key is the name of the version (example: 'medium').
142143
// the array contains the options to apply.
143144
/*
144145
'medium' => array(
145146
'max_width' => 800,
146147
'max_height' => 600
147-
),
148+
),
148149
*/
149150
'thumbnail' => array(
150151
// Uncomment the following to use a defined directory for the thumbnails

0 commit comments

Comments
 (0)