diff --git a/core/modules/image/config/install/image.style.large.yml b/core/modules/image/config/install/image.style.large.yml
index 1f7c10c..f9d17af 100644
--- a/core/modules/image/config/install/image.style.large.yml
+++ b/core/modules/image/config/install/image.style.large.yml
@@ -6,7 +6,7 @@ effects:
     data:
       width: 480
       height: 480
-      upscale: true
+      upscale: false
     weight: 0
     uuid: ddd73aa7-4bd6-4c85-b600-bdf2b1628d1d
 langcode: en
diff --git a/core/modules/image/config/install/image.style.medium.yml b/core/modules/image/config/install/image.style.medium.yml
index 77e0d2a..f7fcb52 100644
--- a/core/modules/image/config/install/image.style.medium.yml
+++ b/core/modules/image/config/install/image.style.medium.yml
@@ -6,7 +6,7 @@ effects:
     data:
       width: 220
       height: 220
-      upscale: true
+      upscale: false
     weight: 0
     uuid: bddf0d06-42f9-4c75-a700-a33cafa25ea0
 langcode: en
diff --git a/core/modules/image/config/install/image.style.thumbnail.yml b/core/modules/image/config/install/image.style.thumbnail.yml
index 22b5671..29ed873 100644
--- a/core/modules/image/config/install/image.style.thumbnail.yml
+++ b/core/modules/image/config/install/image.style.thumbnail.yml
@@ -6,7 +6,7 @@ effects:
     data:
       width: 100
       height: 100
-      upscale: true
+      upscale: false
     weight: 0
     uuid: 1cfec298-8620-4749-b100-ccb6c4500779
 langcode: en
