Android Firefox 超宽全屏:最适合屏幕?

问题描述

在 21:9 超宽 屏幕手机(moto g 5G plus,Android 10)上,在全屏播放 YouTube 视频时,Firefox 使用“适合屏幕”演示,它触及左右屏幕边框但剪切视频的上下部分:

"fit screen" in Firefox

是否可以使其“最适合”,即它接触屏幕的上下两侧并在左右两侧留下黑色部分?

"best fit" viewing with jQuarks

最后一次捕获来自另一个浏览器 (jQuarks)。

尝试了最新的 Firefox 85.1.1 或 Firefox Beta 86.0.0-beta.2,如果在移动设备中查看网站,它们都使用相同的“适合屏幕” /strong> 或 桌面 模式。

解决方法

不幸的是,这似乎是一个错误,在 Videos with different aspect ratio than device are zoomed in 中得到了解决,目前运行良好的解决方法是使用 ublock-origin 插件并添加以下 2 个过滤器:

m.youtube.com##.html5-video-player.ytp-large-width-mode video.video-stream.html5-main-video:style(height: 100vh !important)
m.youtube.com##.html5-video-player.ytp-large-width-mode .captions-text:style(position: fixed; bottom: 1em)