Answer the question
In order to leave comments, you need to log in
How to create blur layer?
Please tell me how to create a translucent layer that will blur what is under it. Attachment example.
Answer the question
In order to leave comments, you need to log in
There is such a way: select all the layers that need to be blurred, transfer them to a smart object, and already apply a blur filter to this smart object. In this case, if you double-click on the layer thumbnail of the created smart object, a new document will open with the original layers that can be edited. If this document is saved, then the changes will be made to the editable smart object.
And yet, for sites, this is done using CSS:
.class {
filter: blur(20px);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question