jellyfin-webos
jellyfin-webos copied to clipboard
Aspect ratio option have no effect on jellyfin for webos on LG CX
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
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?!