Desaturating a color image couldn’t be simpler with CSS3. We’ll apply the filter as a class, as you’d typically desire several images to be affected by the code at the same time:
img.desaturate { filter: grayscale(100%); }
Naturally, all current browsers implement CSS3 filters via vendor prefixes, so our first job is to insert that code, writing in CSS that does not yet exist in order to future-proof our work:
img.desaturate { filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
}
Applying the class to the image is easy:
M6米乐app 站在整个通信系统的产业链来看,目前行业上游主要包……
M6米乐(中国)网页版 截至11月11日晚23:59,2022年京东11.11全球热爱……
近年来,汽车与能源、交通、信息通信等领域有关技术正加速融……
## #2023河南郑州糖酒会# #2023河南郑州食品饮料展会# #2023全国糖酒……
从京东成立伊始,就是实体经济的一分子。农业、工业、商业服……
近日,多地疫情反弹,郑州疫情更是牵动人心。人们关注疫情防……