jellyfin / jellyfin-webos

WebOS Client for Jellyfin
https://jellyfin.org
Mozilla Public License 2.0
623 stars 60 forks source link

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

Open orangpelupa opened 1 year ago

orangpelupa commented 1 year ago

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

hugo-id commented 1 month ago

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?!