Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <title>Video preview</title>
  <style>
    body{
      background: black;
    }
    video{
      height: 60vh;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      max-height: 100%;
      max-width: 100%;
      margin: auto;
    }
  </style>
</head>
<body>
<video src="https://files.catbox.moe/0r5p6l.webm" controls loop autoplay></video>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
public-resourcespro
0viewers