From 87029580b6080d0e6ebbd1bcc692b87857077f85 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sat, 29 Mar 2025 00:30:08 +0100 Subject: [PATCH] post.php: default minimum_copy_resize to true by removing it --- post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/post.php b/post.php index 977bab05..0e46e80d 100644 --- a/post.php +++ b/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'])