Skip to content

Commit 728afcc

Browse files
committed
Update changelog.md
1 parent e95c4e8 commit 728afcc

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ permalink: /changelog/
88

99
This changelog covers changes to the site theme and design. It does not track changes to individual blog posts or article content. **Note**: the site theme is not licensed for copying or modification.
1010

11+
## 2026-05-09
12+
13+
### Post hero image
14+
15+
- **Height capped across all display sizes** — the post hero image container previously used `aspect-[21/9]` with no maximum height, producing a 703px-tall hero at 1080p, 977px at 1440p, and 1526px at 4K; the aspect ratio has been replaced with `height: clamp(220px, 35vw, 480px)`, which scales smoothly from 220px on mobile (up from 161px — better visual impact) through ~350px at 720p, and caps at 480px at 1080p and above regardless of viewport width
16+
- **LCP performance attributes** — the hero `<img>` element now carries `fetchpriority="high"`, `loading="eager"`, and `decoding="auto"`, signalling to the browser that this is the Largest Contentful Paint element and should be loaded as a high-priority resource
17+
1118
## 2026-05-07
1219

1320
### Accessibility & visual improvements

0 commit comments

Comments
 (0)