Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Closed Captioning works for me on Firefox only, but not on Chrome or Safari. Does anyone know how to fix it?

Everything works beautifully in Firefox, but Chrome and Safari do not display the CC tag in the controls section. Any help would be appreciated.

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

I think this may be a simple issue of compatibility between the web browsers.

What code are you using to try and show the captions. Are you using the recommended WebVTT format? Here's a very recent article on Video and HTML5 which will hopefully help you! :-)

Thanks Jonathan! I figured out that if I ran the page through MAMP locally, it worked. It was because google and safari block the CC on local environments without running through a server. :)