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 0033823 commit 779799e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ <h1>Sons</h1>
// video.height = width;
$( "#video" ).load(window.location.href + " #video" );
$( "#output" ).load(window.location.href + " #output" );
$( "#cvn" ).load(window.location.href + " #cvn" );
// output.width = height;
// output.height = width;
});
Expand Down

0 comments on commit 779799e

Please sign in to comment.