nicknsy / jellyscrub

Smooth mouse-over video scrubbing previews for Jellyfin.
MIT License
660 stars 25 forks source link

widescreen image format #120

Closed SablyTv closed 7 months ago

SablyTv commented 10 months ago

So I have a widescreen monitor and I'm guessing that Jellyscrub tries to only allow format 16:9, so my images get stretched out like below.

What I get: image

What I should get: image

Note this only happens when I enter fullscreen, or when the browser is maximized. Work great in windowed mode. Could I fix this somehow?

nicknsy commented 10 months ago

I think it should be easy to fix by making the max size of the preview no greater than the size of the image. What's your monitor resolution just so I can test?

SablyTv commented 10 months ago

I think it should be easy to fix by making the max size of the preview no greater than the size of the image. What's your monitor resolution just so I can test?

That's what I thought we could do. My screen res is 3440x1440 Lmk how it goes!

SablyTv commented 10 months ago

Hey just wanted to check if you found anything?

nicknsy commented 9 months ago

Hey just wanted to check if you found anything?

Sorry have been pretty busy. I tried checking this out using the Chrome dev tools that let you test different resolutions, so it might not be 100% true to what you're seeing, but it didn't seem as disproportionately scaled like in the example you showed.

I see something else is styling the thumbnail images--if you remove/comment out the custom CSS you have set in the jellyfin settings do you get the same result?