From b8f14fca29f03e4038c37f1b0c77b1fb8d024646 Mon Sep 17 00:00:00 2001 From: Karnovsky A Date: Wed, 11 May 2016 20:42:49 +0300 Subject: [PATCH] imageCache preset --- frontend/config/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/config/main.php b/frontend/config/main.php index 07d6c85..3624953 100755 --- a/frontend/config/main.php +++ b/frontend/config/main.php @@ -46,7 +46,7 @@ return [ 'sourcePath' => '@app/web/images', 'sourceUrl' => '@web/images', 'sizes' => [ - 'brandlist' => [130, 70], + 'brandlist' => [128, 128], 'product' => [300, 300], 'product_trumb' => [80, 80], 'product_list' => [130, 70], -- libgit2 0.21.4