Getting the real HTML5 video width and height

前端 未结 4 1457
鱼传尺愫
鱼传尺愫 2021-01-31 18:50

I have a video element:

var video = window.content.document.createElement(\"video\");
video.width = width;
video.height = height; 
video.style.backgroundColor =          


        
4条回答
  •  無奈伤痛
    2021-01-31 18:52

    Actually this seems to be a bug in FF: https://bugzilla.mozilla.org/show_bug.cgi?id=926753

提交回复
热议问题