ehowey / gatsby-theme-catalyst

An opinionated set of integrated themes and starters as a boilerplate to accelerate development with GatsbyJS
MIT License
163 stars 15 forks source link

Image compression is very severe by default #1127

Closed ehowey closed 3 years ago

ehowey commented 3 years ago

Need an ability to specify the compression on images, which right now is difficult to do because of how the plugins are buried in the core theme.

See: https://github.com/ehowey/gatsby-starter-catalyst-helium/issues/1

ehowey commented 3 years ago

cc @wgx this is now live, can you test it out and let me know if it is working as expected for you?

You would set it in the plugins array for gatsby-theme-catalyst-core, something like imageQuality: 80. Oh and you would need to update your packages as well of course.