mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Get blurring working again
This commit is contained in:
@@ -90,7 +90,7 @@ export const ProcessorProvider: FC<Props> = ({ children }) => {
|
||||
try {
|
||||
if (!blur.current) {
|
||||
blur.current = new ProcessorWrapper(
|
||||
new BlurBackgroundTransformer({}),
|
||||
new BlurBackgroundTransformer({ blurRadius: 15 }),
|
||||
"background-blur",
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user