Replies: 3 comments 1 reply
-
Same issue. Any progress on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You could use <NuxtImg :src="original.png" :placeholder="placeholder.png" /> as the placeholder acts like a fallback too if the image fails to load. |
Beta Was this translation helpful? Give feedback.
1 reply
-
same here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I could not find it anywhere in the documentation or while inspecting the package.
Are there any plans to add a fallback image to be displayed in case the initial image URL is broken/not found? So instead of displaying a blank/no image, we can have a fallback image/placeholder.
I have tried to make a custom wrapper over nuxt-image but we don't even get back
@error
event so there is not a proper solution for this at the moment...Beta Was this translation helpful? Give feedback.
All reactions