The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross-Browser CSS Filter

shutterstock_234378844
BLOG / Web Development

Cross-Browser CSS Filter

Post Title: Cross Browser Canvas
Current permalink(no changes made): cross-browser-canvas

CSS Filter is the method of applying filter effects (like blur, grayscale, brightness, contrast, and hue) to elements, previously only possible by using SVG.

Browser Support

This feature is currently only supported by Firefox.

Code Example

You can use CSS Filter like this:

filter: blur(2px);

More Information

More information can be found here.