From b53849fae1b98393ed709c13b9b9bec32eddb6c0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 7 May 2018 02:03:08 +0200 Subject: [PATCH] image tweak --- src/components/atoms/ProjectImage.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/atoms/ProjectImage.jsx b/src/components/atoms/ProjectImage.jsx index f8ad314..3cd62b9 100644 --- a/src/components/atoms/ProjectImage.jsx +++ b/src/components/atoms/ProjectImage.jsx @@ -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 } } `