dazuaz / responsive-loader

A webpack loader for responsive images
BSD 3-Clause "New" or "Revised" License
647 stars 74 forks source link

Resize and serve remote images? #161

Closed itsmejoeeey closed 2 years ago

itsmejoeeey commented 2 years ago

Hi there,

I cannot find any mention in the documentation about support for optimizing remote images (like is possible with the built-in Next.js image optimization solution).

If this use-case isn't supported, are there plans in the roadmap? Any workaround ideas?

dazuaz commented 2 years ago

@itsmejoeeey this package is a loader for webpack, witch it is a bundler. So depending on your needs it can help you if there is a build step involve, you could fetch the remote image and include the new images with your new image, but if you need support for generating responsive images on the fly, this package will not be what you need.