diff --git a/main.js b/main.js index a6540dd..309cb67 100644 --- a/main.js +++ b/main.js @@ -81,6 +81,8 @@ document.addEventListener('DOMContentLoaded', () => { videoElement.play(); } }); + + videoElement.setAttribute('playsinline', ''); }); async function procurarCidade(city) {