Nyhetsbrev Nr 7 2019

 

[download id=”1653″]

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