summaryrefslogtreecommitdiff
path: root/resources/views/index.blade.php
diff options
context:
space:
mode:
authorhorus2021-01-08 20:25:45 +0100
committerhorus2021-01-08 20:25:45 +0100
commit6c1df3c4699d391c9be12c91b79b5c5ebf8052fd (patch)
tree03cf6623a8c09c38cbe62d5cf3db5b68b8866ac9 /resources/views/index.blade.php
parent53bee00a3b1c68e68111094cbab0289a5b057140 (diff)
downloadkategorischeraperitif-6c1df3c4699d391c9be12c91b79b5c5ebf8052fd.tar.gz
Add lazy-loading and preloading.
Diffstat (limited to 'resources/views/index.blade.php')
-rw-r--r--resources/views/index.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php
index 4f6b3ca..4fcfb26 100644
--- a/resources/views/index.blade.php
+++ b/resources/views/index.blade.php
@@ -71,7 +71,7 @@ Angebote
<p class="card-text float-right rounded off-badge" >{{ $offer->procent}} %</p>
</div>
<a href="{{ $offer->url }}">
- <img width=280 height=400 src="{{ TF::Camo($offer->image_url) }}" class="card-img img-fluid mx-auto d-block">
+ <img width=280 height=400 src="{{ TF::Camo($offer->image_url) }}" class="card-img img-fluid mx-auto d-block" loading="lazy">
</a>
</div>
<div class="col-md-8 px-10">