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

HTML HTML Video and Audio (Retired) Custom Media Players Adding MediaElement.js

Skin won't work

I can't for the life of me figure out what I did wrong in the media html.

https://w.trhou.se/92sjgm1ed5

help...god..please..help...losing...faith....ugh...

1 Answer

Hi Dan,

It's not finding the mediaelementplayer css file because the "mejs" sub-folder was left off the path.

<link rel="stylesheet" href="mediaelementplayer.min.css"> <!-- wrong path -->
<link rel="stylesheet" href="mejs/mediaelementplayer.min.css"> <!-- correct path -->

Let me know if it's still not working.

That's it! You nailed it! Thanks, Jason!