update size

This commit is contained in:
Parsa Nazer
2025-02-01 21:57:50 +03:30
parent b0b0ca5462
commit 94ac22ed07
+3 -3
View File
@@ -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 ()