You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gatsby-transformer-sharp allows you to have a query of GatsbyImageSharpFluid_withWebp_tracedSVG - essentially allowing the performance of WebP with the lazy loading traced SVG. Right now, Contentful only allows for GatsbyContentfulFluid_tracedSVG or GatsbyContentfulFluid_withWebp - so you end up having to go in one direction or the other. Is it possible that we'd be able to have the option for both, much like the gatsby-transformer-sharp plugin allows?
The text was updated successfully, but these errors were encountered:
Gatsby-transformer-sharp allows you to have a query of
GatsbyImageSharpFluid_withWebp_tracedSVG
- essentially allowing the performance of WebP with the lazy loading traced SVG. Right now, Contentful only allows forGatsbyContentfulFluid_tracedSVG
orGatsbyContentfulFluid_withWebp
- so you end up having to go in one direction or the other. Is it possible that we'd be able to have the option for both, much like the gatsby-transformer-sharp plugin allows?The text was updated successfully, but these errors were encountered: