# Skins ## Table of Contents * [Default Skin](#default-skin) * [Additional <style> Elements](#additional-style-elements) * [Disabling Additional <style> Elements](#disabling-additional-style-elements) * [Effect on Player#width() and Player#height()](#effect-on-playerwidth-and-playerheight) * [Icons](#icons) * [Creating a Skin](#creating-a-skin) * [Add a Custom Class to the Player](#add-a-custom-class-to-the-player) * [Customize Styles](#customize-styles) ## Default Skin When you include the Video.js CSS file (`video-js.min.css`), the default Video.js skin is applied. That means that customizing the look of a Video.js player is a matter of taking advantage of the cascading aspect of CSS to override styles. ## Additional `