From ecb5651a207b234cc9baae1fb47bed9ca0bcf6b8 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Tue, 24 May 2016 12:30:35 +0300 Subject: [PATCH] image size --- common/config/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/main.php b/common/config/main.php index 4784215..bf4b92a 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -100,7 +100,7 @@ return [ 'product_view' => [ 'resize' => [ 'width' => 392, - 'height' => null, + 'height' => 365, 'master' => null ], ], -- libgit2 0.21.4