your personal website on atproto - mirror
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix images in link cards

Florian 6dd1309d a61a1edd

+1 -1
+1 -1
src/lib/cards/LinkCard/LinkCard.svelte
··· 19 19 </div> 20 20 </div> 21 21 22 - {#if ((isMobile() && item.mobileH >= 4) || (!isMobile() && item.h >= 2)) && item.cardData.image} 22 + {#if ((isMobile() && item.mobileH >= 8) || (!isMobile() && item.h >= 4)) && item.cardData.image} 23 23 <img class=" mb-2 max-h-32 w-full rounded-xl object-cover" src={item.cardData.image} alt="" /> 24 24 {/if} 25 25 {#if item.cardData.href}