Display Images as Grayscale with CSS Filters
CSS filters aren’t yet widely supported but they are indeed impressive and a modern need for web imagery. CSS filters allow you to modify the display of images in a variety of ways, one of those ways being displaying images as grayscale. View Demo Doing so requires the most minimal of CSS: img.bw { filter: grayscale(1); } … Continue reading Display Images as Grayscale with CSS Filters
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed