removing unused

master
Bel LaPointe 2020-05-13 16:05:49 -06:00
parent d610aebc8f
commit 816c793c5a
2 changed files with 22 additions and 18 deletions

View File

@ -1,25 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<!--
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
-->
<script src="webrtc.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<style>
video {
width: 100%;
width: 100%;
max-height: 90vh;
/*
max-width: 400px;
min-width: 400px;
*/
border: 1px solid black;
display: inline-block;
}
#preview { display: block; max-width: 150px; position: absolute; top: 0; right: 0; z-index: 1; }
</style>
</head>
<body>

View File

@ -59,4 +59,25 @@ input:checked + .slider:before {
.slider.round:before {
border-radius: 50%;
}
}
video {
width: 100%;
width: 100%;
max-height: 90vh;
/*
max-width: 400px;
min-width: 400px;
*/
border: 1px solid black;
display: inline-block;
}
#preview {
display: block;
max-width: 150px;
position: absolute;
top: 0;
right: 0;
z-index: 1;
}