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!
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
jorge hernandez
9,406 PointsClass location?
Where is the location for all the class values that are being in mediaelementplayer.css? Like for example .mejs-volume-button or .mejs-controls ect... I am trying to find the html file or root file where these classes are coming from... just curious :) Thanks!!!
1 Answer

Dustin Leer
21,063 PointsI found mejs-controls on line 308 & 344 in mediaelementplayer.js and on line 2270 & 2306 in mediaelement-and-player.js.
I found mejs-volume-button on line 1675 & 1687 in mediaelementplayer.js and on line 3637 & 3648 in mediaelement-and-player.js.
Does this help?