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

Some thumbnails are not the same height #41

Open
Wernouxe opened this issue Jan 30, 2025 · 11 comments
Open

Some thumbnails are not the same height #41

Wernouxe opened this issue Jan 30, 2025 · 11 comments
Labels
bug Something isn't working

Comments

@Wernouxe
Copy link

Describe the bug
The series are smaller than the films in the mixed library (film and series).

Expected behavior
Make them all the same size

Screenshots
Image

ElegantFin:

  • Version: 25.01.25

Desktop (please complete the following information):

  • OS: WIndows
  • Browser: Arc
  • Version: Last
  • Screen Resolution: 1920x1080
@Wernouxe
Copy link
Author

no, it's a bit of everything :/
Image

@JamsRepos
Copy link

Yeah - i'm noticing the same thing too on my instance. It seems ones with the counter on them are different sizes.

@lscambo13
Copy link
Owner

@Wernouxe & @JamsRepos, where do I find this mixed library? I do not have it.

@JamsRepos
Copy link

@Wernouxe & @JamsRepos, where do I find this mixed library? I do not have it.

I don't have a mixed library per-se, I am using the plugin https://github.com/IAmParadox27/jellyfin-plugin-home-sections which allows recommendations on the home screen.

@Wernouxe
Copy link
Author

Wernouxe commented Feb 4, 2025

@Wernouxe & @JamsRepos, where do I find this mixed library? I do not have it.

Image

@lscambo13
Copy link
Owner

@Wernouxe, I couldn't really replicate your issue on my end, but I think I know what caused it. I've made some changes so that should not be a problem anymore.

@JamsRepos, I've made some changes, but I don't know if it will fix it for you as I don't use the plug-in.

Try out the development version and see if it is actually fixed. You'll have to copy-paste the entire code from here.

@JamsRepos
Copy link

JamsRepos commented Feb 4, 2025

Image

Still performs the same, if anything the titles are now no longer present.

@JamsRepos
Copy link

JamsRepos commented Feb 4, 2025

Removing the following CSS fixes the issue:

.card-withuserdata[data-isfolder="true"] .cardPadder-overflowBackdrop {
  padding-bottom: 50%;
}

I've included it within my PR #42 😄

@lscambo13
Copy link
Owner

Removing the following CSS fixes the issue:

.card-withuserdata[data-isfolder="true"] .cardPadder-overflowBackdrop {
padding-bottom: 50%;
}
I've included it within my PR #42 😄

This line is important for the look of My Media cards I was aiming for.

Regardless, I've made some more changes. Check again.

It should be fine now, I hope.

@JamsRepos
Copy link

Removing the following CSS fixes the issue:
.card-withuserdata[data-isfolder="true"] .cardPadder-overflowBackdrop {
padding-bottom: 50%;
}
I've included it within my PR #42 😄

This line is important for the look of My Media cards I was aiming for.

Regardless, I've made some more changes. Check again.

It should be fine now, I hope.

Better now, seems to be sorted.

@Wernouxe
Copy link
Author

Wernouxe commented Feb 4, 2025

Removing the following CSS fixes the issue:
.card-withuserdata[data-isfolder="true"] .cardPadder-overflowBackdrop {
padding-bottom: 50%;
}
I've included it within my PR #42 😄

This line is important for the look of My Media cards I was aiming for.

Regardless, I've made some more changes. Check again.

It should be fine now, I hope.

it works :)

@lscambo13 lscambo13 added this to the fixed, yet to release milestone Feb 4, 2025
@lscambo13 lscambo13 added the bug Something isn't working label Feb 4, 2025
@lscambo13 lscambo13 changed the title Smaller display Some thumbnails are not the same height Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants