diff --git a/public/_player/videojs/dist/videojs-overlay.js b/public/_player/videojs/dist/videojs-overlay.js index 26cb39a..47f8241 100644 --- a/public/_player/videojs/dist/videojs-overlay.js +++ b/public/_player/videojs/dist/videojs-overlay.js @@ -403,7 +403,7 @@ } } const playerChild = this.player.addChild('overlay', mergeOptions); - this.player.el().insertBefore(playerChild.el(), this.player.controlBar.el()); + this.player.el().insertAfter(playerChild.el(), this.player.controlBar.el()); return playerChild; }); }