Skip to content

Commit

Permalink
[PBF-488] Added scale property to fix video resize issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nagavenivn authored and brianfwong committed Feb 24, 2016
1 parent 8dd6e30 commit 3b4c695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/osmf/js/osmf_flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ require("../../../html5-common/js/utils/constants.js");
params.allowscriptaccess = "always";
params.allowfullscreen = "true";
params.wmode = "opaque";
params.scale = "noborder";

var attributes = {};
attributes.id = playerId;
Expand Down

0 comments on commit 3b4c695

Please sign in to comment.