Twitch:全宽播放器
将视频播放器拉伸至窗口的全部可用高度,呈现无侧边栏的影院式视图。
可复制的代码
/* Stretch the video player to the full viewport height in theatre mode */
.video-player__container,
div[data-a-target="video-player"] {
max-height: none !important;
}
.persistent-player,
.channel-root__player {
height: calc(100vh - 5rem) !important;
}
如何使用此示例
- 用上方按钮复制代码。
- 安装 JustZix(2 分钟),在目标页面打开扩展。
- 添加一条匹配该页面的新规则。
- 将代码粘贴到规则的 CSS 面板并保存 — 效果立即生效。
为此示例评分
暂无评分 — 成为第一个。