jellyfin-webos icon indicating copy to clipboard operation
jellyfin-webos copied to clipboard

Aspect ratio option have no effect on jellyfin for webos on LG CX

Open orangpelupa opened this issue 1 year ago • 1 comments

jellyfin's aspect ratio settings (auto, cover, fill) work fine in chrome, firefox, and android. but did not work in WebOS on LG CX.

even forced via CSS, the zoom feature in jellyfin didnt work (but work in chrome, firefox, and android).

`.htmlvideoplayer {

object-fit: cover !important;

-webkit-object-fit: cover !important;

--webkit-object-fit: cover !important;

}

.layout-tv .htmlvideoplayer {

object-fit: cover !important;

-webkit-object-fit: cover !important;

--webkit-object-fit: cover !important;

}`

Device client: LG CX (WebOS) Server Version: 10.8.9 Operating System: Linux Architecture: X64

orangpelupa avatar Apr 12 '23 13:04 orangpelupa

Just want to jump on this one.

Latest update (10.9) added all kinds of features I don't care about (chapters, like button, permanently visible scores) but I still can't change the aspect ratio?!

hugo-id avatar May 25 '24 05:05 hugo-id