<audio id="bgm" src="img/videopage/piano-bgm.mp3" loop autoplay controls></audio>

 

// Audio control
var bgm = document.getElementById('bgm');
bgm.volum = 0.2; // volum: 0 ~ 1

+ Recent posts