From 214353acabc3f3f0d72d8bb6179d940dbfcdf5f3 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 22 Nov 2014 01:01:32 -0600 Subject: [PATCH] Fix JWPlayer issue some Firefox users are experiencing --- www/js/player.js | 1 + 1 file changed, 1 insertion(+) 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(); });