From 4b2e90e03878a2116d4ce7badbb7e87269de5e67 Mon Sep 17 00:00:00 2001 From: Karnovsky A Date: Mon, 16 May 2016 15:14:10 +0300 Subject: [PATCH] fixes --- 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 d81b1db..5abafb5 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -94,8 +94,8 @@ return [ ], 'product_trumb' => [ 'resize' => [ - 'width' => 80, - 'height' => 80, + 'width' => 77, + 'height' => 77, 'master' => null ], ], -- libgit2 0.21.4