From 412ae24925f6f9a2bd62d1b18452dc630cf2d40d Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Oct 2016 15:44:16 +0300 Subject: [PATCH] -Playing images --- common/config/main.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/config/main.php b/common/config/main.php index 8f516ce..e7f76ba 100755 --- a/common/config/main.php +++ b/common/config/main.php @@ -180,8 +180,9 @@ ], 'collections_home' => [ 'resize' => [ - 'width' => 304, + 'width' => 270, 'height' => 175, + 'master' => yii\image\drivers\Kohana_Image::CROP, ], ], 'article_thumb' => [ -- libgit2 0.21.4