CSS3 Grayscale filter Picture black and white

Source: Internet
Author: User

1. Make the entire page of the picture Gray, the code is as follows.

html{
font-size:100%;
-webkit-text-size-adjust:none;
-ms-text-size-adjust:none;
Filter:grayscale (100%);
-webkit-filter:grayscale (100%);
-moz-filter:grayscale (100%);
-ms-filter:grayscale (100%);
-o-filter:grayscale (100%);
Filter:url ("Data:image/svg+xml;utf8,<svg xmlns=\ ' http://www.w3.org/2000/svg\ ' ><filter id=\ ' grayscale\ ' ><fecolormatrix type=\ ' matrix\ ' values=\ ' 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\ '/></filter></svg> #grayscale ");
Filter:progid:DXImageTransform.Microsoft.BasicImage (grayscale=1);-webkit-filter:grayscale (1);
}

2. If only some of the images are grayed out, refer to the class name. For example:

. gray{
font-size:100%;
-webkit-text-size-adjust:none;
-ms-text-size-adjust:none;
Filter:grayscale (100%);
-webkit-filter:grayscale (100%);
-moz-filter:grayscale (100%);
-ms-filter:grayscale (100%);
-o-filter:grayscale (100%);
Filter:url ("Data:image/svg+xml;utf8,<svg xmlns=\ ' http://www.w3.org/2000/svg\ ' ><filter id=\ ' grayscale\ ' ><fecolormatrix type=\ ' matrix\ ' values=\ ' 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\ '/></filter></svg> #grayscale ");
Filter:progid:DXImageTransform.Microsoft.BasicImage (grayscale=1);-webkit-filter:grayscale (1);
}

CSS3 Grayscale filter Picture black and white

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.