Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Closed Captioning Captivate 9

Community Beginner ,
Feb 17, 2017 Feb 17, 2017

Is it possible to center closed captioning on the screen, rather than it be left aligned?

TOPICS
Audio and video
350
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
People's Champ ,
Feb 22, 2017 Feb 22, 2017
LATEST

If this is HTML5, yes.

You can add the style to the head of the HTML page or the published CSS file.

#cc{

  text-align:center

}

Or you can execute this JavaScript on the first slide:

document.getElementById("cc").style.textAlign="center !important";

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources