Skip to content

Commit

Permalink
Corrigindo distorção no video
Browse files Browse the repository at this point in the history
  • Loading branch information
SonanFarr committed Nov 15, 2023
1 parent 4d5bdd6 commit 83943b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ <h1 style="display: none" id="counter-right-t"><span id="reps-right-t">0</span>
</progress>
</div>
</div>
<canvas style="display: inline-block" class="canvas" id="output"></canvas>
<video style="display: inline-block" class="video" id="video"></video>
<div style="display: inline-block" >
<canvas class="canvas" id="output"></canvas>
<video class="video" id="video"></video>
</div>
<div id="msg" class="hide"></div>
<div id="bar-tablet">

Expand Down

0 comments on commit 83943b4

Please sign in to comment.