Formatting captions in SL3?

Aug 06, 2019

Hello Storyline gurus,

Is it possible to format Closed Captions in Storyline 3 other that what I see in the Player and in Edit Captions.  I want to flush left and add spacing between the sentences to make it easier to read.

Thanks, Kim

1 Reply
Andrzej Jabłoński

Hi Kimberly, 

you can edit CSS for the captions. You will find all properites under ".caption p" in main.min.css file. 

Here is an example: https://storylinec.s3.eu-central-1.amazonaws.com/video+captions/story_html5.html

To have the text aligned to the left you should change the text-align, to increase or decrease the line spacing chang the value of line-height.

.caption p {

text-align:left;
line-height: value;

}

This method works only in html_5 format.

This discussion is closed. You can start a new discussion or contact Articulate Support.