progital / gatsby-wpgraphql-inline-images

Solution for Gatsby and WPGraphQL sourced content. Downloads images locally.
MIT License
35 stars 12 forks source link

Feature Request: options for webp and traced svg #2

Open TestPlan opened 5 years ago

TestPlan commented 5 years ago

I'm using the plugin and I'm not seeing a way to use the traced svg or webp options. Those are really nice features that come with gatsby-image. Is there a plan to add more options?

progital commented 5 years ago

Great suggestion. Will do.

itwasmattgregg commented 5 years ago

Why doesn't gatsby-transformer-sharp pick up these images? Would be nice if we could do queries on featuredImage like you can in gatsby-source-wordpress.

childImageSharp {
  fluid(maxWidth: 1200) {
    ...GatsbyImageSharpFluid_withWebp
  }
}
progital commented 5 years ago

You can. The solution for making it work is in #3