ADD: optimize images
This commit is contained in:
parent
bd945e1ea9
commit
2cd663e023
6 changed files with 21 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue