Source Sets
This commit is contained in:
parent
564e902b69
commit
d93d0416e5
8 changed files with 10 additions and 9 deletions
src/components/cards
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue