removing unused
parent
d610aebc8f
commit
816c793c5a
|
|
@ -1,25 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!--
|
|
||||||
<script src="https://webrtc.github.io/adapter/adapter-latest.js"></script>
|
|
||||||
-->
|
|
||||||
<script src="webrtc.js"></script>
|
<script src="webrtc.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
|
||||||
|
|
@ -60,3 +60,24 @@ input:checked + .slider:before {
|
||||||
.slider.round:before {
|
.slider.round:before {
|
||||||
border-radius: 50%;
|
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