Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backdrop is blurred entirely in title page at banner mode #94

Open
Archer-Tatsu opened this issue Jul 13, 2024 · 5 comments
Open

Backdrop is blurred entirely in title page at banner mode #94

Archer-Tatsu opened this issue Jul 13, 2024 · 5 comments

Comments

@Archer-Tatsu
Copy link

Archer-Tatsu commented Jul 13, 2024

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:

@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/fixes.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/jf_font.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/base.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/accentlist.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/rounding.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/episodelist/episodes_compactlist.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/header/header_transparent.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/login/login_minimalistic.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/fields/fields_noborder.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/cornerindicator/indicator_corner.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/type/colorful.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/titlepage/title_banner-logo.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/bottombarprogress.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/effects/hoverglow.css');
@import url('https://cdn.jsdelivr.net/gh/CTalvio/Ultrachromic/effects/glassy.css');

@import url("https://cdn.jsdelivr.net/gh/prayag17/Jellyfin-Icons/round.css");

/*Style backdrop*/
.backdropImage {filter: blur(18px) saturate(120%) contrast(120%) brightness(40%);}

:root {--accent: 98, 121, 205;}
:root {--rounding: 8px;}

Screenshots

This is what I expected (the top right one)

This is what I got

@LuisARosales
Copy link

It's hapenning to me as well on Jellyfin 10.9.8

@Sandoiitchisan
Copy link

Same here

@lootvig
Copy link

lootvig commented Sep 16, 2024

Same for me, and I thought I did something wrong with my custom CSS...

@It0w
Copy link

It0w commented Oct 11, 2024

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.

@CTalvio
Copy link
Owner

CTalvio commented Dec 17, 2024

Looks like some stuff has been changed around with how backdrops are displayed.

Gonna need to figure out a new way to deal with blurring them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants