Schroedinger-Hat/osday
View on GitHubFix "sizes props missing" in <Image> tag with fill property
Open
#711 opened on Apr 30, 2026
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