Answer the question
In order to leave comments, you need to log in
How to make blurry photo using css and html?
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
.css-filters{
-webkit-filter: blur(2px);
filter: blur(2px);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question