karlhorky/gray

Make grayscale rendering consistent between polyfill and non-polyfill browsers

karlhorky opened this issue · 0 comments

Polyfill browsers like Firefox render the grayscale effect a bit brighter than browsers that support css filters.

Maybe with a saturate filter set to 0? Does IE 10-11 support this?
http://stackoverflow.com/a/9569866/1268612