S
S
Solomaru2015-11-17 20:07:48
css
Solomaru, 2015-11-17 20:07:48

How to make blurry photo using css and html?

c00147577ec5417394090535c0ac5af7.png
I want to implement the idea on the site, when uploading a photo or avatars, the photo automatically becomes cloudy, an example of cloudiness in the photo. Did transparency, something is not right. If anyone has come across this issue, I would appreciate your help.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
W
web_xaser, 2015-11-17
@webxaser

blur()

S
Super User, 2015-11-17
@sergeystepanov1988

.css-filters{ 
    -webkit-filter: blur(2px); 
    filter: blur(2px); 
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question