various changes, fixes to css etc
This commit is contained in:
@@ -190,7 +190,7 @@ if (typeof video !== 'undefined') {
|
||||
// the variable is defined
|
||||
var videoElem = document.getElementById('video');
|
||||
videoElem.play();
|
||||
videoElem.addEventListener('mouseover', function() { this.controls = true; });
|
||||
//videoElem.addEventListener('mouseover', function() { this.controls = true; });
|
||||
videoElem.volume = 0.3;
|
||||
videoElem.volume = localStorage.getItem("volume") || 1;
|
||||
videoElem.addEventListener("volumechange", ev => {
|
||||
|
Reference in New Issue
Block a user