Support traced placeholder for images
stefanjudis opened this issue ยท 2 comments
stefanjudis commented
Traced placeholders are a very nice way to improve the user experience for images that are still loading. It would be awesome to have these. ๐
axe312ger commented
I love this feature so much and would freak out to see it working with gatsby + contentful.
Issue here is: The tracing has to run on the local machine since contentfuls image api does not support this. We would need to patch the contentful source plugin to support that feature.
It would have to work somehow this way:
- Download image from Contentful image API to the local machine
- Run the trace from gatsby-plugin-sharp on these images
- Extend the query fragments to contain these new traced images as base64
๐ ๐