Fix JWPlayer issue some Firefox users are experiencing
This commit is contained in:
parent
b37bc6b1a5
commit
214353acab
|
@ -706,6 +706,7 @@ var JWPlayer = function (data) {
|
||||||
|
|
||||||
jwplayer().onReady(function() {
|
jwplayer().onReady(function() {
|
||||||
$("#ytapiplayer").addClass("embed-responsive-item");
|
$("#ytapiplayer").addClass("embed-responsive-item");
|
||||||
|
$("#ytapiplayer").parent().css("position", "absolute");
|
||||||
handleVideoResize();
|
handleVideoResize();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue