mobile and images
This commit is contained in:
parent
500080be9f
commit
e11130ce1a
3 changed files with 3 additions and 3 deletions
src/components/cards
|
@ -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={256} height={256} quality={100}/>
|
||||
<Image src={loadedImage} alt={name} loading={'eager'} width={192} height={192} quality={100}/>
|
||||
<h2 class="subtext">
|
||||
{origin}
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue