mute -> volume control

This commit is contained in:
ccd0 2014-03-04 16:45:53 -08:00
parent ed10ad44e3
commit 0ef2db58ea
3 changed files with 22 additions and 11 deletions

View file

@ -21,6 +21,7 @@ if (window.addEventListener) window.addEventListener("load", function(e) {
setupLoopLink(i);
}
video.muted = setting("videomuted");
video.muted = (setting("videovolume") == 0);
video.volume = setting("videovolume");
video.play();
}, false);