SwiftkickWeb / FOODweek

Code for the meal planning app, Food Week
http://www.foodweek.me
0 stars 0 forks source link

Downscaling Image Distortion #142

Open arbitrarynoun opened 6 years ago

arbitrarynoun commented 6 years ago

When working on #89, I was getting some image blur due to downscaling on the logo.

Brief research suggested this was a Chrome issue, but that other browsers render scaled images in a similar fashion.

There were some webkit "fixes" proposed in the readings. Here's a link to pursue a solution: https://superuser.com/questions/530317/how-to-prevent-chrome-from-blurring-small-images-when-zoomed-in

arbitrarynoun commented 6 years ago

This seems like an easy/quick fix. I would love to have it worked out for launch.

I'm not sure the scope of the problem; it seems like an issue for the logo, but might this issue bleed over to all responsive images?

The above solution seems like a bandaid for the logo issue, but if this problem is more generally applicable should we cover everything with the same bandaid or is there a better method by which we should've handled #89?