gatsby-starter-morning-dew icon indicating copy to clipboard operation
gatsby-starter-morning-dew copied to clipboard

fix: main cover image quality

Open maxpou opened this issue 4 years ago • 4 comments

Good reading: https://www.gatsbyjs.org/docs/gatsby-image/

maxpou avatar Jul 10 '19 04:07 maxpou

@maxpou Can you please give an example of how and where to change the main cover image size?

d2x avatar Dec 29 '19 23:12 d2x

hey @d2x , sorry for the delay, I was busy for the end of the year. There you go: https://github.com/maxpou/gatsby-starter-morning-dew/blob/master/data/siteConfig.js#L18

maxpou avatar Jan 03 '20 09:01 maxpou

It seems like no matter what size image I use for the cover image, it looks insanely pixelated when it appears on the site. What the heck is it doing that causes this and how do I fix it?

I'm guessing it has something to do with all these warnings that it gives me every time I use "gatsby develop" to spin up the site locally... image

It seems like it is resizing all my images to 400px for some reason. That would explain the cover issue but I don't understand why it is doing that and I can't find anywhere in the code that might be causing it to attempt to fix it.

cmarabate avatar Oct 11 '20 05:10 cmarabate

@cmarabate how does it looks like?

Something like as my main cover image on my website?

maxpou avatar Oct 12 '20 14:10 maxpou