[Carousel UI] Replaced `blur` filter with `brightness` for background.
continuous-integration/drone/push Build is passing Details

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: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 3 additions and 3 deletions

View File

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