Skip to content

Commit f31556e

Browse files
committed
hot fix
1 parent b00cff0 commit f31556e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/examples-game/public/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@
6868
position: absolute;
6969
top: 0;
7070
left: 0;
71+
right: 0;
72+
bottom: 0;
7173
}
7274

7375
#facesContainer canvas {

examples/examples-game/views/webcamFaceExpressionRecognition.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</div>
6464
<div style="position: relative">
6565
<video onloadedmetadata="onPlay(this)" id="inputVideo" autoplay muted playsinline></video>
66-
<canvas id="overlay" />
66+
<canvas id="overlay" width="640" height="480" />
6767
</div>
6868

6969
<div class="control">

0 commit comments

Comments
 (0)