Shorten descriptions
All checks were successful
Deploy to Pages / build (push) Successful in 2m51s

This commit is contained in:
Andras Schmelczer 2026-05-28 16:58:04 +01:00
parent b554e92e9f
commit ca6ba2eb51
13 changed files with 15 additions and 15 deletions

View file

@ -61,7 +61,7 @@ const videoHeight = item.type === 'video' ? (item.poster?.height ?? 720) : undef
src={item.src}
alt={item.decorative ? '' : (item.alt ?? '')}
formats={['avif', 'webp']}
widths={[480, 720, 960, 1280, 1600, 1920]}
widths={[480, 960, 1280, 1920]}
sizes="(max-width: 700px) calc(100vw - 2 * clamp(20px, 4vw, 32px)), (max-width: 1100px) min(calc(100vw - 4rem), 56rem), 56rem"
quality="high"
loading="lazy"