diff --git a/www/js/player.js b/www/js/player.js index 95e33e21..9992b3ca 100644 --- a/www/js/player.js +++ b/www/js/player.js @@ -706,6 +706,7 @@ var JWPlayer = function (data) { jwplayer().onReady(function() { $("#ytapiplayer").addClass("embed-responsive-item"); + $("#ytapiplayer").parent().css("position", "absolute"); handleVideoResize(); });