Přidání ovládání hlasitosi

closes #1
This commit is contained in:
2021-01-31 02:52:29 +01:00
parent b3836d47a6
commit 426fd2bf96
4 changed files with 80 additions and 3 deletions

View File

@@ -34,10 +34,17 @@
<progress id="progress-bar" value="0" min="0"></progress>
<input class="seek" id="seek" value="0" min="0" type="range" step="1">
</div>
<div id="video-volume">
<div id="volume-bar">
<div id="volume-bar-value"></div>
</div>
<input class="" id="volume" value="100" min="0" max="100" type="range" step="1">
</div>
</div>
</main>
<article>
</article>
</body>
<script src="./js/main.js"></script>