Is there anyway to blur an image with CSS, specially for backgrounds?
Is there anyway to blur an image with CSS , specially for backgrounds?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, there is.
You can use two different backgrounds, one with sharp color (the main picture) and another blurred picture:
To see the detailed tutorial click here
EDIT:
For an image you can use svg filters as below:
The
<feGaussianBlur>element is used to create blur effects:the filter
the entire element
“f1” filter
See here for detailed explanation