Source Sets

This commit is contained in:
Firq 2024-10-22 20:45:39 +02:00
parent 564e902b69
commit d93d0416e5
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
8 changed files with 10 additions and 9 deletions
src/components/cards

View file

@ -20,7 +20,7 @@ const mlb_image = mlb ? 'mlbalign' : 'hidemlb'
<article>
<div>
<Image src={loadedCEImage} alt={name} class="ce-crop" />
<Image src={loadedCEImage} widths={[85, 128]} sizes={"(max-width: 512px) 85px, 128px"} quality={100} alt={name} class="ce-crop" />
</div>
<div class={mlb_image}>
<Image src={mlb_ce} alt="Max-limit broken" class="mlb" />