Hi! I wanted to use the Blud Code provided as example for a circle shape, but I get it only works with the full DIV contener, resulting an square sahped blur. Is there anyway to solve this?
@About_Studio I think this is due to the CSS property ‘backdrop-filter’, I suggest using just ‘filter’.
[data-id="PASTE WIDEGET ID HERE"] {
filter: blur(3px);
}
1 Like
See separate answer here: Blur Effect - #7 by officialcsi