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

@ -65,7 +65,7 @@ for (const root of document.querySelectorAll('.post-thumbnail--iframe')) {
alt={post.data.thumbnail.alt}
formats={['avif', 'webp']}
fallbackFormat="jpg"
widths={[640, 960, 1280, 1600, 1920]}
widths={[640, 960, 1280, 1920]}
sizes="(max-width: 700px) calc(100vw - 3rem), (max-width: 1100px) calc(100vw - 4rem), 56rem"
quality="high"
loading="eager"