mirror of https://github.com/calzoneman/sync.git
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() {
|
||||
$("#ytapiplayer").addClass("embed-responsive-item");
|
||||
$("#ytapiplayer").parent().css("position", "absolute");
|
||||
handleVideoResize();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue