error-images
Installation
SKILL.md
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.