Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -10,7 +10,6 @@ | ... | @@ -10,7 +10,6 @@ |
| 10 | <style> | 10 | <style> |
| 11 | #container { | 11 | #container { |
| 12 | margin: 0px auto; | 12 | margin: 0px auto; |
| 13 | - border: 10px #333 solid; | ||
| 14 | } | 13 | } |
| 15 | #videoInput { | 14 | #videoInput { |
| 16 | background-color: #666; | 15 | background-color: #666; |
| ... | @@ -224,7 +223,7 @@ and is wrapped around the whole page content, except for the footer in this exam | ... | @@ -224,7 +223,7 @@ and is wrapped around the whole page content, except for the footer in this exam |
| 224 | <div class="w3-row", style='text-align:center'> | 223 | <div class="w3-row", style='text-align:center'> |
| 225 | <h2 id="notice"><b>1초 후 얼굴을 촬영합니다</b></h2> | 224 | <h2 id="notice"><b>1초 후 얼굴을 촬영합니다</b></h2> |
| 226 | <div id="container"> | 225 | <div id="container"> |
| 227 | - <video autoplay="true" id="videoInput" style="display: none; object-fit: cover;"></video> | 226 | + <video autoplay="true" id="videoInput" style="display: none; object-fit:cover;"></video> |
| 228 | <canvas id="canvasOutput"></canvas> | 227 | <canvas id="canvasOutput"></canvas> |
| 229 | </div> | 228 | </div> |
| 230 | <div> | 229 | <div> | ... | ... |
-
Please register or login to post a comment