nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.29k stars 257 forks source link

Placeholder for NuxtPicture #1160

Open dreitzner opened 6 months ago

dreitzner commented 6 months ago

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 /> comoponent

maartenvanhunsel commented 6 months ago

FYI @manniL

acvigue commented 1 week ago

Can confirm this issue is still present for both local IPX and Vercel.