commented span track time
This commit is contained in:
parent
0ff346fcb0
commit
9d1d3c6f97
@ -71,7 +71,8 @@
|
||||
preload="metadata" onloadedmetadata="mDur(dur1,audioBG)" ontimeupdate="mPlay(dur1,audioBG)" ontimeupdate="document.getElementById('tracktime').innerHTML = Math.floor(this.currentTime) + ' / ' + Math.floor(this.duration);">
|
||||
<source src="http://w-i-t-m.net:8001/meander">
|
||||
</audio>
|
||||
<input id="dur1" type="range" name="rng" min="0" step="0.25" value="0" onchange="mSet(dur1,audioBG)" style="width: 150px"><span id="tracktime"> 00:00 / 0 </span>
|
||||
<input id="dur1" type="range" name="rng" min="0" step="0.25" value="0" onchange="mSet(dur1,audioBG)" style="width: 150px">
|
||||
<!-- <span id="tracktime"> 00:00 / 0 </span> -->
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -429,7 +429,12 @@ content: 'PAUSE';
|
||||
|
||||
.note {
|
||||
position: relative;
|
||||
margin-left: 2rem!important;
|
||||
margin: 0% 0% 2rem 2rem !important;
|
||||
}
|
||||
|
||||
|
||||
.audio-stream {
|
||||
margin: 6rem 0% 4rem 0%;
|
||||
}
|
||||
|
||||
/* SILVIO MOBILE*/
|
||||
|
Loading…
Reference in New Issue
Block a user