removing unused
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user