Commit 1a7bb1e748fa5fc9577212d9becfe51252515ce6
1 parent
9fa3e8f8
09.02.16
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
common/behaviors/ShowImage.php
frontend/controllers/AccountsController.php
frontend/views/accounts/_gallery_form.php
| ... | ... | @@ -36,8 +36,8 @@ |
| 36 | 36 | <?= ImageUploader::widget([ |
| 37 | 37 | 'model' => $gallery, |
| 38 | 38 | 'field' => 'photo', |
| 39 | - 'width' => 148, | |
| 40 | - 'height' => 104, | |
| 39 | + 'width' => 152, | |
| 40 | + 'height' => 108, | |
| 41 | 41 | 'multi' => true, |
| 42 | 42 | 'gallery' => $gallery->photo, |
| 43 | 43 | 'name' => 'Загрузить фото галереи', | ... | ... |