Wowie what a gay little website for my gay little self aria.coffee
3
fork

Configure Feed

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

feat(FriendLink): add high variant

aria eec691aa 83d63481

+16
+16
src/components/FriendLinkHigh.astro
··· 1 + --- 2 + import { Image, Picture } from "astro:assets"; 3 + 4 + const { name, image, target } = Astro.props; 5 + --- 6 + <a href={`${target}`} target="_blank"><Picture src={image} width={88} height={31} alt={`${name}`} class="flex" quality="high" decoding="async" loading="lazy" formats={['webp']} /></a> 7 + <style> 8 + img { 9 + image-rendering: pixelated; 10 + min-width: 88px; 11 + width: 176px; 12 + min-height: 31px; 13 + height: 62px; 14 + padding: 4px; 15 + } 16 + </style>