From e1e4df06d48aa9ebff11afcbedc74ded2c75c8b9 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 24 May 2016 12:33:08 +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 bf4b92a..52ea47c 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -85,8 +85,8 @@ return [ ], 'product_trumb2' => [ 'resize' => [ - 'width' => 98, - 'height' => 98, + 'width' => 88, + 'height' => 88, 'master' => null ], ], -- libgit2 0.21.4