Nyhetsbrev Nr 6 2019

 

[download id=”1557″]

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