Forum Discussion
kristinaArg
7 months agoCommunity Member
Closed Captioning appears to be doubled
Hi,
This has been an ongoing issue with the last two projects I built in SL. It seems to be the case when I text-to-speech or add audio files. Can anyone help me troubleshoot this? Thank you!
Nedim
7 months agoCommunity Member
I agree that this has been an ongoing issue, especially when CC text is a dark color on a white background. In this specific case, I would use a JavaScript snippet to remove the CC text shadow, which is actually causing the problem. Execute JavaScript when the timeline starts on this slide:
const addCSS = css => document.head.appendChild(document.createElement("style")).innerHTML=css;
addCSS(".caption p { text-shadow: none; }");
Related Content
- 2 years ago
- 2 months ago