This commit is contained in:
Karol Wypchlo 2021-04-07 15:44:02 +02:00
parent 1316581af9
commit 68d9f13d1e
1 changed files with 2 additions and 2 deletions

View File

@ -78,12 +78,12 @@ export const query = graphql`
external external
thumbnail { thumbnail {
childImageSharp { childImageSharp {
gatsbyImageData(width: 320, height: 170, placeholder: BLURRED, formats: [AUTO, WEBP, AVIF]) gatsbyImageData(width: 320, height: 170, placeholder: BLURRED, transformOptions: { cropFocus: CENTER })
} }
} }
avatar { avatar {
childImageSharp { childImageSharp {
gatsbyImageData(width: 40, placeholder: BLURRED, formats: [AUTO, WEBP, AVIF]) gatsbyImageData(width: 40, placeholder: BLURRED, transformOptions: { cropFocus: CENTER })
} }
} }
} }