nuxt / image

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

It's possiable to configure the default format for `<NuxtImg>` ? #1464

Open JianJroh opened 1 month ago

JianJroh commented 1 month ago

I have seen https://image.nuxt.com/get-started/configuration#format. But it seems to work only for <NuxtPicture>

adamkasper commented 13 hours ago

have you checked the <NuxtImg /> source code? from what I’ve seen, it doesn’t seem like this is possible right now

<NuxtPicture /> has this: https://github.com/nuxt/image/blob/main/src/runtime/components/NuxtPicture.vue#L67