mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-02-08 10:47:00 +00:00
feat: optimize images
This commit is contained in:
parent
f2fc2f962d
commit
fbd5368b59
16 changed files with 516 additions and 57 deletions
|
|
@ -11,9 +11,12 @@
|
|||
} m-8 my-12 items-center`}
|
||||
>
|
||||
<img
|
||||
src={image}
|
||||
srcset={image}
|
||||
width="192"
|
||||
height="192"
|
||||
alt={`Grafik vom Charakter ${name}`}
|
||||
class="w-48 rounded-full"
|
||||
class="w-48 rounded-full object-cover"
|
||||
loading="lazy"
|
||||
/>
|
||||
|
||||
<div class="p-4 md:text-left {!mirrored && 'md:text-right'}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue