Commit 427196c7291df21f577ba02ad7ec64c8799f84c7

Authored by Alexey Boroda
1 parent a0f2c863

-Image resize fix 2

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/config/main.php
@@ -224,7 +224,7 @@ @@ -224,7 +224,7 @@
224 'main_blog_one' => [ 224 'main_blog_one' => [
225 'resize' => [ 225 'resize' => [
226 'width' => 305, 226 'width' => 305,
227 - 'height' => 221, 227 + 'height' => 206,
228 'master' => yii\image\drivers\Kohana_Image::NONE, 228 'master' => yii\image\drivers\Kohana_Image::NONE,
229 ], 229 ],
230 ], 230 ],