diff --git a/backend/product/admin.py b/backend/product/admin.py index ff1eac8..a1d4afb 100644 --- a/backend/product/admin.py +++ b/backend/product/admin.py @@ -45,10 +45,10 @@ class ProductModelAdmin(ModelAdmin, ImportExportModelAdmin): None, { "path": instance.image1.url, - "height": 26, - "width": 26, + "height": 30, + "width": 30, "borderless": True, - "squared": True, + # "squared": True, }, ] return ()