performanceVercel
No Image-caused CLS
MUST
MUST: Prevent CLS from images (explicit dimensions or reserved space)
Set explicit image dimensions and reserve space
Bad
Good
Why it matters
Images without dimensions cause layout shift when they load. Always set width and height attributes (or use aspect-ratio in CSS) so the browser can reserve the correct space before the image downloads.