next-optimized-images icon indicating copy to clipboard operation
next-optimized-images copied to clipboard

gastby-image/gatsby-image-sharp for NextJS

Open truongsinh opened this issue 5 years ago • 3 comments

Ref

  • https://github.com/zeit/next.js/discussions/12095
  • https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-image
  • https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp

[this] takes cares of size-optimization/format but is missing a lot of features like:

  • responsive image
  • remote image download
  • lazy load images
  • hold the image position
  • etc.

truongsinh avatar May 11 '20 15:05 truongsinh

related to https://github.com/cyrilwanner/next-optimized-images/issues/154

sandys avatar Jun 11 '20 09:06 sandys

It is planned for the next major version of this plugin. The first canary version of that is just a few days away. However, the first canary will not yet include all features (like remote image download), but they will get added very soon after that. I'll keep you posted about the status in https://github.com/cyrilwanner/next-optimized-images/issues/120

cyrilwanner avatar Jun 11 '20 11:06 cyrilwanner

@cyrilwanner Thanks for the great work on this. I just wanted to ask if remote image downloads have been added to the canary yet. I've been following #120 and the readme, but didn't see it there so I wanted to make sure.

I'm asking here instead of #120 to avoid spamming everyone, but I think that remote image downloading in static generation would be the most important feature after everything the canary branch already has.

I know you're busy, so no worries if it's still in the works. But I really can't wait to use it when it's ready.

nandorojo avatar Oct 12 '20 23:10 nandorojo