First about version and rescaling

This commit is contained in:
Firq 2024-10-26 17:37:35 +02:00
parent e717b4b8dd
commit b0fc3a05c5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
11 changed files with 63 additions and 13 deletions
src/components/cards

View file

@ -25,7 +25,7 @@ const loadedImage = plsLoadImage(images, imagePath)
aria-label=`${name} - new window`
>
<div class="heading">{name}</div>
<Image src={loadedImage} alt={name} loading={'eager'} width={192} height={192} quality={100}/>
<Image src={loadedImage} alt={name} loading={'eager'} width={128} height={128} quality={100}/>
<h2 class="subtext">
{origin}
</h2>
@ -80,7 +80,7 @@ const loadedImage = plsLoadImage(images, imagePath)
width: auto;
height: auto;
img {
width: 160px;
width: 128px;
}
}
}