From 2e7269565fb72279801f33f14bc04bc3c58a61ed Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 24 May 2016 10:41:53 +0300 Subject: [PATCH] image size --- common/config/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index bd6e972..5bbca9a 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -78,8 +78,8 @@ return [ ], 'product_variant' => [ 'resize' => [ - 'width' => 44, - 'height' => 44, + 'width' => 38, + 'height' => 38, 'master' => null ], ], -- libgit2 0.21.4