Cross-Browser Grayscale image example using CSS3 + JS v2.0. With browser feature detection using Modernizr
In categories: Tutorials, Website development
A couple of months ago I did a tutorial that showed how to create grayscale images using CSS and JS on all major browsers, including Internet Explorer 10 and 11 that no longer support CSS filters. Since that example was using browser detection and was based on user agents, it was not very reliable and not exactly the best way to create it. Besides $.browser has been deprecated. So I …