@t2ca/gatsby-theme-showcase 1.0.33 → 1.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/gatsby-config.js CHANGED
@@ -31,7 +31,7 @@ module.exports = ({ contentPath = "data", basePath = "/" }) => ({
31
31
  // It's important to specify the maxWidth (in pixels) of
32
32
  // the content container as this plugin uses this as the
33
33
  // base for generating different widths of each image.
34
- maxWidth: 1600,
34
+ maxWidth: 1200,
35
35
  },
36
36
  },
37
37
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2ca/gatsby-theme-showcase",
3
- "version": "1.0.33",
3
+ "version": "1.0.35",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -26,14 +26,14 @@ export const query = graphql`
26
26
  date
27
27
  hero {
28
28
  childImageSharp {
29
- fluid {
29
+ fluid(cropFocus: ENTROPY, maxWidth: 1200) {
30
30
  ...GatsbyImageSharpFluid_withWebp_tracedSVG
31
31
  }
32
32
  }
33
33
  }
34
34
  laptop {
35
35
  childImageSharp {
36
- fluid {
36
+ fluid(cropFocus: ENTROPY, maxWidth: 1200) {
37
37
  ...GatsbyImageSharpFluid_withWebp_tracedSVG
38
38
  }
39
39
  }