Добавил ползунок громкости в плеер
This commit is contained in:
@@ -15,6 +15,16 @@
|
||||
<button class="control-btn" id="prevBtn"><i class="fas fa-backward"></i></button>
|
||||
<button class="control-btn" id="playPauseBtn"><i class="fas fa-play"></i></button>
|
||||
<button class="control-btn" id="nextBtn"><i class="fas fa-forward"></i></button>
|
||||
|
||||
<input
|
||||
type="range"
|
||||
id="volumeControl"
|
||||
min="0"
|
||||
max="1"
|
||||
step="0.01"
|
||||
value="1"
|
||||
title="Громкость"
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<audio id="audioPlayer" class="audio-player" preload="metadata">
|
||||
|
||||
Reference in New Issue
Block a user