Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
</head>
<body>
</body>
</html>
 
video {
  width: 700px;
  height: 1400px;
  object-fit: cover;
  overflow: hidden;
}
@media only screen 
  and (orientation: portrait) {     
    video {
      object-fit: contain;
    }
}
.publisher {
  border: 3px solid blue;
}
.subscriber {
  border: 3px solid green;
}
Output

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

Dismiss x
public
Bin info
aullmanpro
0viewers