最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

html5 video - Custom Background with WebVVT subtitles - Stack Overflow

programmeradmin0浏览0评论

How can I create a video with subtitles on solid black stripes that extend across the entire width. I tried width, background-width...

video::cue {
    color: #ffff00;
    font-family: serif;
    font-size: 70px;
    line-height: 90px;
    width: 100%;
    background-size: 100%;
    background-image: linear-gradient(to bottom, dimgray, lightgray);
    background-position: bottom;
}
video::cue-region {
  color: #ff0000;
  width: 100%;
}
发布评论

评论列表(0)

  1. 暂无评论