mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
Broke it, whoops
This commit is contained in:
parent
bbf3eb8da8
commit
0d54bdcc7b
@ -60,7 +60,7 @@ var VUEPLAYER = function() {
|
||||
widthcss: function ( ) {
|
||||
if(this.playerStats.duration === 0){
|
||||
return "width:0";
|
||||
;
|
||||
}
|
||||
|
||||
var percentage = 100 - (( this.playerStats.currentTime / this.playerStats.duration) * 100);
|
||||
return "width:calc(100% - "+percentage+"%)";
|
||||
|
||||
@ -258,8 +258,8 @@
|
||||
|
||||
|
||||
<!-- Media Player
|
||||
This section is tied into the MSTREAMPLAYER mmodule with Vue
|
||||
see file: mstream.vue-player-controls.js -->
|
||||
This section is tied into the MSTREAMPLAYER mmodule with Vue
|
||||
see file: mstream.vue-player-controls.js -->
|
||||
<div id="mstream-player" class="mstream-player">
|
||||
<div id="previous-button" class="previous-button">
|
||||
<img class="previous-image center" src="/public/img/previous-white.svg">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user