Editing captions in Storyline 3

May 02, 2018

Hello heroes,

I'm loving the new video features in Storyline 3, but I would like to move the captions appearing in the bottom of the slide (by default), elsewhere.

Is that possible?

 

Editting captions strip

1 Reply
Branka Donevska

Thanks heaps Matthew!

I did work around it with your help. Edited the code you provided slightly so that it moved my captions above the player margin and then to the right...Here it is the modified code:

if (/_html5.html/.test(window.location.href)) {
if (!window.movedCaptions){
var sheet = document.createElement('style');
sheet.innerHTML = ".caption{margin-bottom:350px;margin-left:235px}";
document.body.appendChild(sheet);
window.movedCaptions = true;
}
}

Up and to the left

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