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 a8ebe8c commit a751092
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,9 @@ <h1>Sons</h1>
// output.height = width;
//});
window.addEventListener("orientationchange", function(event) {
document.getElementById('video').innerHTML = "Reloaded";
document.getElementById('output').innerHTML = "Reloaded";
//document.getElementById('video').innerHTML = "Reloaded";
//document.getElementById('output').innerHTML = "Reloaded";
window.location.reload();
});
</script>
</body>
Expand Down

0 comments on commit a751092

Please sign in to comment.