Commits

Hannes Probst committed 5fb8c4969a3
implement own width/height, read values from dom according to https://github.com/videojs/video.js/issues/2282 videojs' width() and height() aren't supposed to return the 'real' width and height, instead returning the values the player was initialized with. This fix reads the current player's dimensions from DOM and makes the ad-plugin use these instead.