Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lauluah authored Apr 9, 2024
1 parent 90e8d35 commit 744ad11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ document.addEventListener('DOMContentLoaded', () => {
videoElement.play();
}
});

videoElement.setAttribute('playsinline', '');
});

async function procurarCidade(city) {
Expand Down

0 comments on commit 744ad11

Please sign in to comment.