We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current docs 📘 mention that all <NuxtImg /> props should be also supported for <NuxtPicture />.
<NuxtImg />
<NuxtPicture />
But this is currently not the case.
Placeholder logic is encapsulated within nuxt-img.ts and is not part of _base.ts.
That means the logic is currently not shared and limited to the <NuxtImg /> comoponent
The text was updated successfully, but these errors were encountered:
FYI @manniL
Sorry, something went wrong.
Can confirm this issue is still present for both local IPX and Vercel.
Successfully merging a pull request may close this issue.
The current docs 📘 mention that all
<NuxtImg />
props should be also supported for<NuxtPicture />
.But this is currently not the case.
Placeholder logic is encapsulated within nuxt-img.ts and is not part of _base.ts.
That means the logic is currently not shared and limited to the
<NuxtImg />
comoponentThe text was updated successfully, but these errors were encountered: