html5-video - 我可以在 html5 中删除或更改背景颜色字幕/webvtt

标签 html5-video background-color subtitle webvtt video-subtitles

我想删除或更改字幕的背景。我已经更改了背景颜色和背景,但它不起作用。背景可以改变吗?

::cue {
  color: red;
  background-color: blue; //or background: blue;
}

字幕颜色变为红色,但背景完全没有变化

最佳答案

我尝试了以下方法:

::cue {
  color: red;
  // take an absurd big outline, because background is only behind the text
  outline: 500px solid blue;
  // dont know why background-color is not working but background-image does the job
  background-image: linear-gradient(blue, blue);
}

关于html5-video - 我可以在 html5 中删除或更改背景颜色字幕/webvtt,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68723769/

相关文章:

HTML5 视频无法在 Firefox 中播放

javascript - 改变背景颜色 JavaScript

html - 具有相同长度背景颜色的不同长度行

flutter - 如何在Flutter中导入视频中的字幕文件?

iphone - 如何在 MPMoviePlayerController 中显示字幕

html - html5 + css 中的控制栏比视频宽

css - 边框标签在 HTML5 视频标签周围不起作用

javascript - 每隔一段时间在 Chrome 中播放视频时播放声音

c++ - QToolBar 背景颜色仅适用于操作

python - 如何为每个子图添加标题