removing unused
parent
d610aebc8f
commit
816c793c5a
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue