NuxtImage/NuxtPicture using low-quality/low-resolution image
I have an Nuxt UI caroussel containing iamges:
The images chosen and generated by IPX are of low-resolution with a max-width of 300 pixels. The URL is:
This behavior is the same for NuxtImage and NuxtPicture. Adding
.../_ipx/w_1024&f_avif&q_75/images/NAME.webp
(original is WebP).This behavior is the same for NuxtImage and NuxtPicture. Adding
height="384"
(equals h-96
) to the component results in the same behavior. There are no additional settings for Nuxt Image.0 Replies