mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-15 21:00:02 +01:00
Fixed unresponsive webcam preview window (#1047)
This commit is contained in:
committed by
Jeffrey Warren
parent
269215f48b
commit
5566152e52
@@ -41,7 +41,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<link href="../node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
<link href="../node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
|
|
||||||
<link rel="stylesheet" href="demo.css">
|
<link rel="stylesheet" href="demo.css">
|
||||||
<link href="../node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
<link href="../node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
|
||||||
<link href="../node_modules/selectize/dist/css/selectize.default.css" rel="stylesheet">
|
<link href="../node_modules/selectize/dist/css/selectize.default.css" rel="stylesheet">
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
<center>
|
<center>
|
||||||
<input type="file" id="fileInput" value="" accept="image/*"><br />
|
<input type="file" id="fileInput" value="" accept="image/*"><br />
|
||||||
<button type="button" id="take-photo" class="btn btn-primary btn-block btn-lg ">Take a Photo</button>
|
<button type="button" id="take-photo" class="btn btn-primary btn-block btn-lg ">Take a Photo</button>
|
||||||
<video id="video" width="400" height="300" style="display:none"></video>
|
<video id="video" width="100%" height="100%" style="display:none"></video>
|
||||||
<a href="#" id="capture" style="display:none" class="btn btn-primary btn-md">Click Picture</a>
|
<a href="#" id="capture" style="display:none" class="btn btn-primary btn-md">Click Picture</a>
|
||||||
<a href="#" id="close" style="display:none" class="btn btn-default btn-md">Close</a>
|
<a href="#" id="close" style="display:none" class="btn btn-default btn-md">Close</a>
|
||||||
<canvas id="canvas" width="400" height="300" style="display:none"></canvas>
|
<canvas id="canvas" width="400" height="300" style="display:none"></canvas>
|
||||||
@@ -233,4 +233,4 @@
|
|||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user