gatsby-remark-images-medium-zoom icon indicating copy to clipboard operation
gatsby-remark-images-medium-zoom copied to clipboard

Zoomed image not full resolution.

Open Dragomir-Ivanov opened this issue 4 years ago • 2 comments

Zoomed image is not the original(full resolution) image, but the same image provided for the current view port size. Using this config:

{
              resolve: `gatsby-remark-images`,
              options: {
                maxWidth: 960,
                withWebp: false,
                linkImagesToOriginal: false,
              },

Zoomed image is stretched and still 960px width, event if the screen is wider. I guess the most correct behavior is to use the original(full resolution) image.

Dragomir-Ivanov avatar Jun 28 '20 10:06 Dragomir-Ivanov