Variants
- default
- cover
- contain
Sizes
- auto
Example
<Image src="/hero.jpg" alt="Team at the launch event" width={1200} height={675} priority />Usage rule
`alt` is required — pass "" only when the image is purely decorative AND adjacent to a visible label.
The full Image contract has 4 more rules, plus the do-not patterns. Get the full recipe.