Forum Discussion
User-side subtitle customization.
- 2 months ago
If you're referring to the built-in captions, what you're asking for is achievable with the help of JavaScript. You can create either a button or a slider version, where the font size changes accordingly when the buttons are clicked or the slider is moved. Below are some examples to illustrate how this can be done:
Slider versionButtons version
Thank you very much. Is this solution also applicable to SCORM 1.2 courses to be used on an LMS platform, or only for web-based courses?
Yes, the JavaScript code will execute regardless of whether the course is published to SCORM, Web, or Review 360. I recommend using the slider version, as the code is short, easy to update, and simple to understand—even for those who are not familiar with JavaScript. Let me know if you want to give it a try, and I'll help you set it up.