From 744ad11b18b0119be0d00011c74fd31565d37930 Mon Sep 17 00:00:00 2001 From: Laura Marques <159571325+lauluah@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:17:39 -0300 Subject: [PATCH] Update main.js --- main.js | 2 ++ 1 file changed, 2 insertions(+) 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) {