我想获得videojs&#39s进度条的当前宽度。我目前正在这样做
{{1}}
但这给了我一个整数(在我的情况下是40),显然不是px。我想要px的宽度。我该怎么做?这40意味着什么?
答案 0 :(得分:0)
来自docs:
width(num,skipListeners) - 设置或获取组件的宽度(CSS值)
因此,您只需要这样:
player.getChild('ControlBar').getChild('ProgressControl').width(); //gets the width of the component