ADD: optimize images

This commit is contained in:
webfussel 2024-05-24 09:09:46 +02:00
parent bd945e1ea9
commit 2cd663e023
6 changed files with 21 additions and 5 deletions

View file

@ -2,7 +2,7 @@
<template>
<article class="Person flex-col">
<img :src="img" :alt="`Bild von ${name}`" />
<img loading="lazy" width="150" height="150" :src="img" :alt="`Bild von ${name}`" />
<h3>{{name}}</h3>
<p>
<span v-for="tag in tags">{{tag}}</span>