diff options
Diffstat (limited to 'resources/views/index.blade.php')
| -rw-r--r-- | resources/views/index.blade.php | 2 |
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"> |
