diff --git a/templates/web/prod/upload/upload.html.twig b/templates/web/prod/upload/upload.html.twig
index 820355c9e0..2421a54eca 100644
--- a/templates/web/prod/upload/upload.html.twig
+++ b/templates/web/prod/upload/upload.html.twig
@@ -155,11 +155,9 @@ $(document).ready(function () {
var maxFileSize = {{ maxFileSize }};
UploaderManager.Preview.setOptions({
- maxWidth: 160,
- maxHeight: 120,
- minWidth: 160,
- minHeight: 120
- });
+ maxWidth: 130,
+ maxHeight: 120
+ });
//Init jquery tabs
$(".upload-tabs", UploaderManager.getContainer()).tabs({