Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>CSS aspect-ratio reference: video with controls</title>
<style>
video {
display: block;
border: solid green;
width: 300px;
height: 300px;
}
</style>
<video controls></video>