feat: 🏗️ improve global responsive image defaults
This commit is contained in:
parent
db32cb2ee1
commit
f48dc3e7ee
7 changed files with 15 additions and 15 deletions
|
@ -9,7 +9,6 @@ eleventyNavigation:
|
|||
:@alt="`Sebin Ref`"
|
||||
:@artist="`draftgon`"
|
||||
:@href="`https://bsky.app/profile/draftgon.bsky.social`"
|
||||
:@width="[1000]"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
:@dropshadow="true"
|
||||
:@nsfw="true"
|
||||
|
@ -38,7 +37,6 @@ Sebin has a muscular build that he keeps in shape with regular exercise, which h
|
|||
:@alt="`Sebin Ref`"
|
||||
:@artist="`draftgon`"
|
||||
:@href="`https://bsky.app/profile/draftgon.bsky.social`"
|
||||
:@width="[1000]"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
:@dropshadow="true"
|
||||
:@nsfw="true"
|
||||
|
@ -61,7 +59,6 @@ While Sebin's wings can carry him short to medium distances, there are limitatio
|
|||
:@alt="`Sebin's expressions`"
|
||||
:@artist="`draftgon`"
|
||||
:@href="`https://bsky.app/profile/draftgon.bsky.social`"
|
||||
:@width="[1000]"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
:@dropshadow="true"
|
||||
></ref-img>
|
||||
|
@ -87,7 +84,6 @@ When threatened or enraged, Sebin can unleash a stream of fire from his mouth, w
|
|||
:@alt="`Sebin's upper body closeup`"
|
||||
:@artist="`Nidhogg`"
|
||||
:@href="`https://bsky.app/profile/nidthedragon.bsky.social`"
|
||||
:@width="[1000]"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
:@dropshadow="true"
|
||||
></ref-img>
|
||||
|
@ -108,7 +104,6 @@ Sebin's drawn muscle anatomy can vary quite a bit. It can range from athletic to
|
|||
<ref-img webc:for="ref of [...Array(9).keys()]"
|
||||
:@src="`ref-muscle-${ref + 1}.png`"
|
||||
:@alt="$data.galleryMuscle[ref].alt"
|
||||
:@width="[500, 1000]"
|
||||
:@href="$data.galleryMuscle[ref].href"
|
||||
:@artist="$data.galleryMuscle[ref].artist"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
|
@ -131,7 +126,6 @@ There's still one piece of anatomy you *haven't* seen yet! 👀💦
|
|||
:@alt="`Sebin's manly parts`"
|
||||
:@artist="`draftgon`"
|
||||
:@href="`https://bsky.app/profile/draftgon.bsky.social`"
|
||||
:@width="[500, 1000]"
|
||||
:@char="$data.firstName.toLowerCase()"
|
||||
:@dropshadow="true"
|
||||
></ref-img>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue