nuxt / image

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

IPX modifier background color does not work #1368

Open luisjoserivera opened 1 month ago

luisjoserivera commented 1 month ago

I have some transparent PNG images that I am trying to convert to WEBP with a background color in my Nuxt 3 project. All modifiers but "background" work as expected. Screenshot 2024-05-24 at 19 01 06 The generated url reflects the appropriate modifiers "/_ipx/w_960&f_webp&b_d4bc40/pages/afiliate/afiliate_1_d4bc40.png". I remember having the same issue in Nuxt 2 and ended up coding my own sharp plugin. Any clues?