---
name: thedaviddias/error-images
source: https://app.decimal.ai/s/thedaviddias-error-images@1/SKILL.md
source_sha256: c59b4b48571c
---

# Handle image loading errors gracefully

Broken image icons look unprofessional and confuse users—graceful fallbacks maintain visual consistency and user trust when images fail to load.

## Quick Reference

- Use onerror to replace broken images with fallbacks
- Provide meaningful placeholder content, not broken image icons
- Consider skeleton loaders while images load
- Log image errors for monitoring and debugging

## Check

Check if the website handles broken images gracefully with fallback images or error states.

## Fix

Implement fallback images or placeholder content for broken image scenarios.

## Explain

Explain how proper error handling for images improves user experience.

## Code Review

Review image assets, markup, and delivery configuration related to Handle image loading errors gracefully. Flag exact files or components where format choice, sizing, or loading behavior violates the rule, and describe how to confirm the fix in DevTools.

---

For full implementation details, code examples, and framework-specific guidance,
see `references/rule.md`.

Rule page: https://frontendchecklist.io/en/rules/images/error-images