Forum Discussion
MathNotermans-9
4 years agoCommunity Member
Storyline video controls bar options
In one of the later versions of Storyline the controls bar of embedded video got changed. You now have the option of Dark or Light. But in contrast to the old video controls the new ones are bigger....
Jürgen_Schoene_
3 years agoCommunity Member
here is a version with transparent background (alpha=0.6)
add this javascript on every slide (trigger timeline starts), where videos are used (or in a global script)
if( !window.videoSkin ){
style = document.createElement('style');
style.textContent = `
.control-background {
background: rgba(0, 0, 0, 0.6) !important;
}
`
document.body.appendChild(style);
window.videoSkin = true;
}
result
https://360.articulate.com/review/content/df10b630-9f51-4e4d-95be-9c4dfbe62420/review
Related Content
- 4 months ago
- 9 months ago