获取videojs进度条的宽度

时间:2017-02-14 14:08:09

标签: javascript video.js

我想获得videojs&#39s进度条的当前宽度。我目前正在这样做

{{1}}

但这给了我一个整数(在我的情况下是40),显然不是px。我想要px的宽度。我该怎么做?这40意味着什么?

1 个答案:

答案 0 :(得分:0)

来自docs

width(num,skipListeners) - 设置或获取组件的宽度(CSS值)

因此,您只需要这样:

player.getChild('ControlBar').getChild('ProgressControl').width(); //gets the width of the component