Styling the Player

Using CSS Classes

If there’s a specific style you're unable to achieve with our CSS variables, you do have the option to use CSS class selectors for more detailed customization.

This approach can be useful for applying styles that are beyond the scope of our variables.

While this method offers more control over the player’s appearance, it's considered a last resort due to potential conflicts with future updates or enhancements to the player.

We encourage using CSS variables where possible and resorting to class selectors only when necessary, to ensure your customizations remain effective and compatible with new versions of the player.