How to grayscale an image with CSS
CSS3 filters work in most browsers and allow web developers to add interesting effects to photos, including converting them to grayscale.
Assuming you have an image with class “grayscale,” you can add a filter using a normal CSS selector like this:
Reference: http://demosthenes.info/blog/532/Convert-Images-To-Black-And-White-With-CSS
Comments