Matt Gregg
Matt Gregg
My Energy reading never changes.
This would be awesome!
I have noticed this as well.
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 }...
@KenPixelMii @mattjameswdd - Not sure if this is right but I added this line to my app.js in module/app: ``` javascript function applicationStartup($window) { $window.footable.options.breakpoints.tablet = 939; } ``` Note:...