Commit d1721449fd942c3de4aa6928fe3dd3b764a3f156

Authored by Yarik
2 parents e389c405 609ca8d1

Merge remote-tracking branch 'origin/master'

frontend/views/layouts/company.php
... ... @@ -220,7 +220,7 @@
220 220 }
221 221 ?>
222 222 </div>
223   - <div class="performer-vacancy-sidebar-img style"><?= Html::img($this->params[ 'company' ]->userInfo->ShowAvatar($this->params[ 'company' ]->userInfo->image, 180)); ?></div>
  223 + <div class="performer-vacancy-sidebar-img style"><?= Html::img($this->params[ 'company' ]->userInfo->ShowAvatar($this->params[ 'company' ]->userInfo->image, 180,180)); ?></div>
224 224 <div class="performer-vacancy-sidebar-all style">
225 225 <?= $this->render('/patrial/social_list', [
226 226 'params' => $this->params,
... ...
frontend/views/layouts/gallery-company.php
... ... @@ -218,7 +218,7 @@
218 218 ?>
219 219 </div>
220 220 <div class="performer-vacancy-sidebar-img style">
221   - <?= Html::img($this->params[ 'company' ]->userInfo->ShowAvatar($this->params[ 'company' ]->userInfo->image, 180)); ?>
  221 + <?= Html::img($this->params[ 'company' ]->userInfo->ShowAvatar($this->params[ 'company' ]->userInfo->image, 180,180)); ?>
222 222 </div>
223 223 </div>
224 224 </div>
... ...