Is there a way to increase the font size of subtitles in eLearning courses?
Page 2 / 2
Thanks - I got it! If you can paste the following code in my original post, I’ll mark it as the best answer so it will be easier for others to find it in the future.
/** Adjust size of the captions for videos **/
.flowplayer .fp-captions p {
font-size: 1.3vw;
line-height: 1.3vw;
}
.is-fullscreen .fp-captions p {
font-size: 2.3vw;
line-height: 2.3vw;
}
Original post:
Reply
Log in to Docebo Community
Enter your email address or username and password below to log in to Docebo Community. No account yet? Create an account
Docebo Employee Login
or
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.