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">
|
||||
|
||||
<?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 } ?>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue