Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Apr 5, 2024
1 parent 2a31e2a commit ac590b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/admin-cms-content-element/_model_header.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="row" style="margin-bottom: 5px;">
<? if ($model->image) : ?>
<div class="col my-auto" style="max-width: 60px">
<img style="border: 2px solid #ededed; border-radius: 5px;" src="<?php echo \Yii::$app->imaging->getImagingUrl($model->image->src,
<img style="border: 2px solid #ededed; border-radius: 5px; width: 50px;" src="<?php echo \Yii::$app->imaging->getImagingUrl($model->image->src,
new \skeeks\cms\components\imaging\filters\Thumbnail()); ?>"/>
</div>
<? endif; ?>
Expand Down

0 comments on commit ac590b4

Please sign in to comment.