Commit 412ae24925f6f9a2bd62d1b18452dc630cf2d40d
1 parent
930b75e6
-Playing images
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
common/config/main.php
@@ -180,8 +180,9 @@ | @@ -180,8 +180,9 @@ | ||
180 | ], | 180 | ], |
181 | 'collections_home' => [ | 181 | 'collections_home' => [ |
182 | 'resize' => [ | 182 | 'resize' => [ |
183 | - 'width' => 304, | 183 | + 'width' => 270, |
184 | 'height' => 175, | 184 | 'height' => 175, |
185 | + 'master' => yii\image\drivers\Kohana_Image::CROP, | ||
185 | ], | 186 | ], |
186 | ], | 187 | ], |
187 | 'article_thumb' => [ | 188 | 'article_thumb' => [ |