Skip to content

Commit

Permalink
#2.28-Mar-8 #comment fetch the video element height for the IMA player
Browse files Browse the repository at this point in the history
  • Loading branch information
nissopa committed Feb 12, 2015
1 parent aa40be1 commit 84c46c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/EmbedPlayer/binPlayers/nativeBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@
log: function (message, arg) {
console.log(message, arg);
},
getVideoHolderHeight: function () {
return this.embedPlayer.getVideoHolder().height();
},

stringConvertion: function (str) {
var value = parseFloat(str);
Expand Down

0 comments on commit 84c46c0

Please sign in to comment.