Alexey Boroda
/
extrem-new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
427196c7291df21f577ba02ad7ec64c8799f84c7
Authored by
Alexey Boroda
2016-10-11 12:43:18 +0300
1 parent
a0f2c863
-Image resize fix 2
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/config/main.php
Inline
Side-by-side
common/config/main.php
Wrap text
Show/Hide comments
View file @
427196c
...
...
@@ -224,7 +224,7 @@
224
224
'main_blog_one' => [
225
225
'resize' => [
226
226
'width' => 305,
227
- 'height' => 2
21
,
227
+ 'height' => 2
06
,
228
228
'master' => yii\image\drivers\Kohana_Image::NONE,
229
229
],
230
230
],
...
...