Skip to content

Instantly share code, notes, and snippets.

@aanomm
Created July 28, 2012 09:18
Show Gist options
  • Save aanomm/3192603 to your computer and use it in GitHub Desktop.
Save aanomm/3192603 to your computer and use it in GitHub Desktop.
CSS: desaturate image
.desaturate { filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment