Skip to content

Commit

Permalink
thl
Browse files Browse the repository at this point in the history
  • Loading branch information
siripravi committed Oct 26, 2024
1 parent 60c2809 commit 4b11239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/views/_image_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$thumbVer = Yii::$app->gallery->thumbVer;
$modelSrc = Url::to(['/gallery/default/create', 'id' => $model->id, 'version' => $thumbVer]);
?>
<div class="card bg-transparent" style="width: 18rem;">
<div class="bg-transparent" style="width: 18rem;">
<div class="card-thumbnail">
<?php if ($model) { ?>
<img src="<?= $modelSrc; ?>" alt="<?= $model->extension ? $model->extension : $model->slug ?>" title="<?= $model->filename ?>" class="card-img rounded-circle">
Expand Down

0 comments on commit 4b11239

Please sign in to comment.