freeCodeCamp / meeting-for-good

A meeting coordination app for your team
https://meeting.freecodecamp.org
BSD 3-Clause "New" or "Revised" License
338 stars 113 forks source link

Images on landing page are blury #464

Closed staadecker closed 6 years ago

staadecker commented 7 years ago

The images on the landing page that you see when scrolling are blurry (in my opinion).

jrogatis commented 7 years ago

maybe the compression was set to deep... @SUPERETDUPER, do you want to try to fix this?

staadecker commented 7 years ago

I would love to fix the issue however I don't know how. I have forked the repo and it is running locally but I have never done react. Where should I start?

jrogatis commented 7 years ago

its not about the react . its about the webpack compressor. look at webpack prod and there you find the initial path to solve this issue. @SUPERETDUPER

staadecker commented 7 years ago

@jrogatis Ok I'll try.