Image
You might say
Let me add images to the article, and make sure they don't get distorted on phones.
Display an image with the right size, crop, and fallbackAn image component can handle aspect ratio, cropping, lazy loading, preview, and loading failure consistently. Reserve its space to prevent layout shifts. Meaningful images need alternative text; purely decorative images should be ignored by screen readers.
When to use it
- Product and article mediaCoverProduct image
- Profile or team photosThumbnail→ ClickEnlarge preview
- Responsive thumbnails⚠ Couldn’t loadShow a placeholder and explanation when loading fails
- Images that need preview or loading statesThe container is square and the image is wide; crop to fill without distortion
When NOT to use it
- Stretch an image into the wrong ratioForcing the dimensions stretches the image out of proportion
- Load full-size files for tiny thumbnailsLoading many images at once noticeably slows the page
- Leave a broken-image icon with no fallbackProduct launch · 50% off for a limited timeText that exists only in an image can’t be searched or read by screen readers
- Write alternative text that adds no useful meaning⚠ Couldn’t loadWithout alt text, there’s no description if the image fails to load
Anatomy
🔍 Preview
Decide on size and cut
What is really shown
Hover to appear, click to enlarge
Variants
Cover
The proportion of the container is fixed and it would rather be cut off than deformed.
Contain
The content of the picture cannot be cropped, and the whole picture must be read even if the margins are left.
Circle
Special for avatars, cut into rounded corners
Fallback
⚠
Loading failed
Loading failed
Placeholder when image loading error occurs
Typical use cases
Product photo
Article cover
Alex Chen · 2 hours ago
This set of scene diagrams is so intuitive that it has been copied into the team specifications 👍
maya-lee · 5 hours ago
Zhengchou how to explain the empty status to newcomers, forwarded
Gallery preview
Article image (preview mask appears when hovering):
User profile
🖼️ Image loading failed
alt="Mountain Hiking Route Real Shots" —— Placeholder and explanatory text are still displayed when loading fails.
Further reading
