diff --git a/post.php b/post.php index ca3e344c..11222d98 100644 --- a/post.php +++ b/post.php @@ -416,7 +416,7 @@ - if($config['minimum_copy_resize'] && $post['width'] < $config['thumb_width'] && $post['height'] < $config['thumb_height']) { + if($config['minimum_copy_resize'] && $post['width'] <= $config['thumb_width'] && $post['height'] <= $config['thumb_height']) { // Copy, because there's nothing to resize copy($post['file'], $post['thumb']);