forked from leftypol/leftypol
mute -> volume control
This commit is contained in:
parent
ed10ad44e3
commit
0ef2db58ea
3 changed files with 22 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue