Schroedinger-Hat/osday

Fix "sizes props missing" in <Image> tag with fill property

Open

#711 opened on Apr 30, 2026

 (0 comments) (0 reactions) (0 assignees)TypeScript (20 forks)auto 404
buggood first issue

Repository metrics

Stars
 (73 stars)
PR merge metrics
 (PR metrics pending)

Description

Reproduction

In the Next.js image tags on the website, the fill property is present, but the sizes one is missing.

Describe the bug

The sizes property should be inserted for improving performance, as stated here

Additional context

No response

Contributor guide