I m using the video-js 5.19.2 and i have customized it to what i want.I want to show the caption in the block on full screen and font-size is also not changing on full screen. I have added this
.video-js .vjs-captions { font-size: 20px; }
.video-js.vjs-fullscreen .vjs-text-track { font-size: 3em; }
in the css file of video-js but font-size is not changing.
[This is the modal video] [1][1]: https://i.stack.imgur.com/N7kku.jpg
[This is the full size video] [2][2]: https://i.stack.imgur.com/8GzO8.jpg.
I have seen this is something that has been done in new video-js version but i m not able to change the font-size in 5.19.2.Can Any one help me how to change the font-size in video-js? Thanks in advance.