Skip to content

Commit

Permalink
Merge pull request #427 from newrelic/cayla/image-component
Browse files Browse the repository at this point in the history
Image component for markdown components
  • Loading branch information
caylahamann authored Jul 14, 2020
2 parents e736b9c + a81ae5e commit 7bb5a31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ module.exports = {
{
resolve: 'gatsby-remark-images',
options: {
maxHeight: 400,
maxWidth: 1200,
fit: 'inside',
linkImagesToOriginal: false,
},
},
Expand Down

0 comments on commit 7bb5a31

Please sign in to comment.