[Carousel UI] Replaced blur filter with brightness for background.

It's much less expensive on the CPU side, and the effect is similar.

Closes: #359
This commit is contained in:
Fabio Manganiello 2024-02-26 01:17:11 +01:00
parent 18f2c26725
commit 9df08de24f
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -34,7 +34,7 @@ import Weather from "@/components/widgets/Weather/Index";
* *
* ```yaml * ```yaml
* backend.http: * backend.http:
* resources: * resource_dirs:
* carousel: /mnt/hd/photos/albums/carousel * carousel: /mnt/hd/photos/albums/carousel
* ``` * ```
*/ */
@ -239,8 +239,8 @@ export default {
background-position: center; background-position: center;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
filter: blur(13px); filter: brightness(15%);
-webkit-filter: blur(13px); -webkit-filter: brightness(15%);
} }
img { img {