Skip to content

Commit c47e0de

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/php/UploadHandler.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ public function __construct($options = null, $initialize = true, $error_messages
142142
// the array contains the options to apply.
143143
/*
144144
'medium' => array(
145-
'max_width' => 200,
146-
'max_height' => 160
145+
'max_width' => 800,
146+
'max_height' => 600
147147
),
148148
*/
149149
'thumbnail' => array(

0 commit comments

Comments
 (0)