I'm currently working in order to improve page speed. One of the feedback from Google was Properly size images. I'm using ContentFul as an image provider. I'm looking for a way to manage the srcSetBreakpoints. I added the maxWidth and Quality but Goggle is still showing me the Properly size images. So I'm thinking to manage the breakpoints. Is there any way to added into the contentFul query?
fluid(maxWidth: 1000, quality: 100){
...GatsbyContentfulFluid_withWebp_noBase64
}