Forum Discussion
AshleyChapma057
3 years agoCommunity Member
Can you move the closed caption position in storyline360?
I am working on a project with videos, and we want to add subtitles that can be toggled on and off. I am creating the videos in storyline to add the closed captions, then putting them into storyline...
BenjaminBaris
11 months agoCommunity Member
Not sure if you still need a fix for this but I was able to move it anywhere in the stage. Only issue was I wasn't able to move it outside of the stage area since it gets hidden.
This can only happen after you publish the storyline file. After it is published, look in the folder directory html5>data>js. Inside the js folder you will find a file called frame.js
Open it up in a text editor program (I recommend Notepad++ but it can be done in Notepad). Find the following string of text "placement":100. Easy way to do it is to hit "ctrl+f" or whatever built-in search functionality your software has.
Change 100 to any other number less than 100 and above 0. Then check story.html.
It worked fine for me. Hopefully it works for you.