forked from leftypol/leftypol
config.php: remove minimum_copy_resize
This commit is contained in:
parent
87029580b6
commit
42e850091a
1 changed files with 0 additions and 4 deletions
|
@ -943,10 +943,6 @@
|
|||
// Location of thumbnail to use for deleted images.
|
||||
$config['image_deleted'] = 'static/deleted.png';
|
||||
|
||||
// When a thumbnailed image is going to be the same (in dimension), just copy the entire file and use
|
||||
// that as a thumbnail instead of resizing/redrawing.
|
||||
$config['minimum_copy_resize'] = false;
|
||||
|
||||
// Maximum image upload size in bytes.
|
||||
$config['max_filesize'] = 10 * 1024 * 1024; // 10MB
|
||||
// Maximum image dimensions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue