Open Archer-Tatsu opened 3 months ago
It's hapenning to me as well on Jellyfin 10.9.8
Same here
Same for me, and I thought I did something wrong with my custom CSS...
You can as a workaround change
.backdropImage {filter: blur(18px) saturate(120%) contrast(120%) brightness(40%);}
to
.backdropImage {filter: brightness(25%);}
so you won't be blinded by the pictures and can still read the text.
Describe the bug
Before Jellyfin 10.9, the theme works well for me. As is shown in the README.md, when applying banner mode (either w/ or wo/ logo), the bottom half of the backdrop will be blurred and dark, while keeping the top half bright and clear.
However, now in Jellyfin 10.9.7, the backdrop is blurred and dark entirely, which I think is worse than it was before.
Please help with this problem, thanks!
To Reproduce
This is what in my custom CSS code:
Screenshots
This is what I expected (the top right one)
This is what I got