How to make background image black-and-white?
- by Dmitri
Are there any filters that would make background image to be displayed as black-and-white?
What I mean, is this: i have a background image set via css using background: url(/image.png);
But now I need to apply a filter so that an image is shown as black-white only.
Ideally, I would like to also apply opacity to it.
The effect I really trying to…