Codebase

Documentation

Responsive Layouts
Utilities
Components
Codebase Basics

Audio and Video Controls

Codebase sets the width of audio and video controls to 100%. Other than that, what you see below is your browser’s default styling for these web components.

Audio

<audio controls="">audio</audio>

Video

<video controls="">video</video>