aboutsummaryrefslogtreecommitdiff
path: root/resources/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'resources/index.html')
-rw-r--r--resources/index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/resources/index.html b/resources/index.html
index 88e46db..e28bac8 100644
--- a/resources/index.html
+++ b/resources/index.html
@@ -208,6 +208,15 @@
},
{ passive:true },
);
+
+ document.querySelector('#current-pos').
+ addEventListener(
+ 'change',
+ (event) => {
+ vlcCommand('seek',{val:event.target.value});
+ },
+ { passive: true },
+ );
}
});
</script>
@@ -264,7 +273,6 @@
input[type=range] {
width: 100%;
position: relative;
- z-index: -1;
transform: scaleY(5);
}