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 e2550ef commit 577e6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ <h1>Sons</h1>
// output.height = width;
//});
window.addEventListener("orientationchange", function(event) {
$( "#main" ).load(window.location.href + " #main" );
$( "#cnv" ).load(window.location.href + " #cnv" );
});
</script>
</body>
Expand Down

0 comments on commit 577e6eb

Please sign in to comment.