Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Rodrigo Meraz
8,567 PointsChrome support
Do someone know how to enable the subtitles in Chrome. It works in Edge but I can't make it work in Chrome.
6 Answers

hombah
Python Web Development Techdegree Student 16,241 Pointsrun the video from a web server and not a local file. Chrome does not recognise the WebVTT file unless it comes from a web server.

Enrique Gomez-Salas
19,437 PointsHaving the same problem with chrome. No button and no captions

Nikola Jankovic
10,793 PointsI have the same problem...

Steven Parker
215,356 PointsAfter you resolve this with the Support folks, please come back here and post the solution for future readers.

Steven Parker
215,356 PointsIt's the little box with the letters "CC" inside.
It's a control on the video player sub-window, and should be the same on any browser. I use Chrome myself and it works for me.

Rodrigo Meraz
8,567 PointsI didn't explain myself very well, sorry. I meant that exact button. I appears in the controls in Edge but it won't appear in the controls for the video in Chrome.

Steven Parker
215,356 PointsLike I said, it shows up in my Chrome.
You might want to talk to Support on this one.

Christopher Bailey
14,880 Pointsjust use IE and Edge... find the fix for chrome and post it here

Rachel Lev
14,580 PointsDid anyone figure this out?
Ishaq Jones
7,184 PointsIshaq Jones
7,184 PointsThanks hombah! I used the 'Live Server' extension from Visual Studio's marketplace and it worked.