From 839704ce0366ead04b7878230bbd40647e0aab1a Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 24 May 2016 12:16: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 334eba5..4377504 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -85,8 +85,8 @@ return [ ], 'product_trumb2' => [ 'resize' => [ - 'width' => 100, - 'height' => 100, + 'width' => 98, + 'height' => 98, 'master' => null ], ], -- libgit2 0.21.4