Boutique

Affichage de 1–9 sur 288 résultats

var autoPlayVideo = document.getElementById("ocScreencapVideo"); autoPlayVideo.oncanplaythrough = function() { autoPlayVideo.muted = true; autoPlayVideo.play(); autoPlayVideo.pause(); autoPlayVideo.play(); }