1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 10:25:00 +01:00

image tweak

This commit is contained in:
Matthias Kretschmann 2018-05-07 02:03:08 +02:00
parent dc544cef63
commit b53849fae1
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -21,8 +21,8 @@ ProjectImage.propTypes = {
export const projectImage = graphql`
fragment ProjectImageSizes on ImageSharp {
sizes(maxWidth: 1200, quality: 80) {
...GatsbyImageSharpSizes_withWebp_noBase64
sizes(maxWidth: 1200, quality: 85) {
...GatsbyImageSharpSizes_noBase64
}
}
`