Not processing .pngs with gatsby-remark-images #28491
-
Hi folks, I’ve been working on a post for my Gatsby blog which uses a bunch of .png screenshots. These do not come out well on the other side of gatsby-remark-images as there are just a ton of artefacts and banding. Is there a way to make gatsby-remark-images skip the resizing process and use the originals directly, either just for these specific images on an individual basis, or for every single .png image? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found a solution: I installed |
Beta Was this translation helpful? Give feedback.
Found a solution: I installed
gatsby-remark-copy-linked-files
and am having it ignore just jpg/jpeg files, meaning it copies over any pngs while lettinggatsby-remark-images
handle those formats.