forked from leftypol/leftypol
post.php: default minimum_copy_resize to true by removing it
This commit is contained in:
parent
cf74272806
commit
87029580b6
1 changed files with 0 additions and 1 deletions
1
post.php
1
post.php
|
@ -1402,7 +1402,6 @@ function handle_post(Context $ctx)
|
|||
$file['thumbwidth'] = $size[0];
|
||||
$file['thumbheight'] = $size[1];
|
||||
} elseif (
|
||||
$config['minimum_copy_resize'] &&
|
||||
$image->size->width <= $config['thumb_width'] &&
|
||||
$image->size->height <= $config['thumb_height'] &&
|
||||
$file['extension'] == ($config['thumb_ext'] ? $config['thumb_ext'] : $file['extension'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue