如何更改 JWPlayer 中的字幕/标题字体大小?
Posted
技术标签:
【中文标题】如何更改 JWPlayer 中的字幕/标题字体大小?【英文标题】:How to change subtitles/caption font size in JWPlayer? 【发布时间】:2021-03-18 05:05:23 【问题描述】:如何更改 JWPlayer 配置中的 subtitles 或 caption 字体大小属性,以通过一些选择值来默认字体大小。
【问题讨论】:
【参考方案1】:在官方文档中提到的在我们的代码中配置 JWPlayer 设置时。 Link here
我们可以设置fontSize; 设置好后插入 fontSize 属性 .setCaptions() ,如下例所示 12px
jwplayer("myElement").setup(
"playlist": "https://cdn.jwplayer.com/v2/media/hWF9vG66",
"height": 360,
"width": 640,
"autostart": "viewable",
"advertising":
"client": "vast",
"tag": "http://adserver.com/vastTag.xml"
).setCaptions(
'fontSize' : 12
);
【讨论】:
以上是关于如何更改 JWPlayer 中的字幕/标题字体大小?的主要内容,如果未能解决你的问题,请参考以下文章
如何更改 FSCalendar 上的 Header View 标题字体并添加字幕?