Lazy load image
This commit is contained in:
parent
2d0704b163
commit
c91cfd1bc5
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ $referer = '/?page=wishlists&id=' . $wish->wishlist;
|
||||||
<div class="sixteen wide column">
|
<div class="sixteen wide column">
|
||||||
|
|
||||||
<?php if ($wish->image) { ?>
|
<?php if ($wish->image) { ?>
|
||||||
<img class="ui fluid rounded image preview" src="<?= $wish->image ?>" />
|
<img class="ui fluid rounded image preview" src="<?= $wish->image ?>" loading="lazy" />
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue