eplayer 1.5.10 → 1.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/eplayer.js +1 -1
- package/package.json +1 -1
package/docs/eplayer.js
CHANGED
|
@@ -461,7 +461,7 @@ class Eplayer extends HTMLElement {
|
|
|
461
461
|
<div class="eplayer">
|
|
462
462
|
<video id="video" class="video" src="${this.src || ''}"></video>
|
|
463
463
|
<div class="mark loading"></div>
|
|
464
|
-
<div class="controls" style="bottom:-
|
|
464
|
+
<div class="controls" style="bottom:-70px">
|
|
465
465
|
<div class="progress">
|
|
466
466
|
<b class="bg"></b>
|
|
467
467
|
<b class="buffer"></b>
|