Köregistrering

function playWithSound() { const videoElement = document.getElementById('heroVideo'); if (videoElement) { videoElement.muted = false; videoElement.play(); } }