juliomrqz / nuxt-optimized-images

🌅🚀 Automatically optimizes images used in Nuxt.js projects (JPEG, PNG, SVG, WebP and GIF).
https://marquez.co/docs/nuxt-optimized-images/
MIT License
842 stars 30 forks source link

Make "webp?" query optional #348

Closed Pacifist-Penguin closed 2 years ago

Pacifist-Penguin commented 2 years ago

Is your feature request related to a problem? Please describe. Feature request.

Describe the solution you'd like It's been almost 3 years since the development of this undeniably awesome module, and it looks like webp finally got popular enough to convert all of your images to it I'd really like to be able to simply convert any image without having to use ?webp query. Something like this would be awesome to have:

// nuxt.config.js
optimizedImages: {
    ...    
    optimizeAllImages: true
    ...
  },