Forum Discussion
Storyline 360: Location of closed caption in the player
- 8 months ago
Hi everyone,
I have some great news to share. We just released another update for Storyline 360. In Update 86, we’ve included important fixes and new features.
One of the new features we’ve included:
- Position captions at the top or bottom of the slide to ensure closed caption visibility and prevent the obstruction of critical course content.
Launch the Articulate 360 desktop app on your computer to take advantage of this update, and click the Update button next to Storyline 360. You’ll find our step-by-step instructions here.
Please let me know if you have any questions.
Good day
do you have any updates?
I tried to type the code/JavaScript from the video below (Storyline 360: Creating and Editing Closed Captions with Location of closed caption in the player - YouTube)
if (!window.movedCaptions){
var sheet = document.createElement('style');
sheet.innerHTML = ".caption{margin-bottom:190% !important} .caption
p {backround-color: rgba(0, 0, 0.6" !important}";
document.body.appendChild(sheet);
window.movedCaptions = true;
}
However, unfortunately it is not working, even if I am uploading the scorm in my LMS.
Any suggestions what can be done to have an opportunity to change the captions position on the slide?
Thanks