feat: 🏗️ improve global responsive image defaults
This commit is contained in:
parent
db32cb2ee1
commit
f48dc3e7ee
7 changed files with 15 additions and 15 deletions
|
@ -19,7 +19,8 @@ feedbackLink: https://cloud.sebin-nyshkim.net/apps/forms/s/eHjsosE9FB4fCpjBt4mbP
|
|||
slot="avatar"
|
||||
:src="`src/img/${firstName.toLowerCase()}/avatar.png`"
|
||||
:alt="firstName + ' Avatar'"
|
||||
:width="[500, 1000]"
|
||||
:width="[100, 200, 300, 400, 500, 600]"
|
||||
sizes="(min-width: 120em) 250px, (min-width: 64em) 200px, 100px"
|
||||
></eleventy-image>
|
||||
<template webc:nokeep slot="name" @text="fullName"></template>
|
||||
<template webc:nokeep slot="species" @text="species"></template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue