3
I’m trying to put a Blur Effect in some images of a page. From the first I saw that the Blur does not work (as far as I know) in all modern browsers. But since "Mission given is mission accomplished" I have/we have to figure out a way out of this. I thought to put a mask (another image) transparent over the image and in this mask I would apply the effect. As I don’t use Photoshop and/or image subjects, I don’t know if it is logical to do this. Someone has a solution?
I saw a "solution" unfeasible for me, but only the character of information:
This image duplication, one with Blur and the other does not, complicates. Because the end user who will manage the images. The proposal is to use CSS properties to do so.
I wonder if there is any effect that resembles Blur and that works in the most modern browsers (Firefox, Chrome, IE and Safari).
Use a Javascript library that applies the filter Blur (search in Google for "Gaussian Blur filter" or "Blur image Processing" to differentiate from the event Blur). For example this.
– Piovezan
Teach me how it works! I couldn’t! http://jsfiddle.net/Phellipe/9U89U/ =[
– Phellipe Lins
Follow @Renan’s fiddle with my avatar as a test. It works well, and with more layers it should improve a lot. http://jsfiddle.net/xG6bb/197/
– Bacco