cloudinary-community / cloudinary-community/next-cloudinary

[Feature] Prevent displaying broken image while image is processing

Open
#514 18 comments 0 reactions 0 assignees View on GitHub
enhancement hacktoberfest hacktoberfest2025 help wanted
Dominant language
JavaScript
Stars
300
Forks
137
Avg merge
3m
Merged PRs (30d)
2

Description

# **Feature Request**

## **Is your feature request related to a problem? Please describe.**

For some transformations like background removal and AI transformations, the first request may recieve a 423 if it needs to be processed.

The CldImage component currently polls the image until its finished and refreshes the DOM, but in the meantime, the image is displayed as broken on the page.

How can we prevent the image appearing visually broken?

Can somewhat try to replicate the way the underlaying Next Image component is handling placeholders potentially

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.