2016-04-20 120 views
0

我使用jwplayer作爲視頻播放器。我正在使用伸展選項來顯示他們拍攝的視頻。在Chrome瀏覽器中這工作正常,但我在firefox中jwplayer問題。Jwplayer視頻無法在Firefox中工作

我的代碼是:

jwplayer("hd1-container").setup({ 
       file: 'www.abcd.com/video.mp4', 
       width: "100%", 
       stretching: "optimal", 
       aspectratio: "16:9", 
       autostart: true 
      }); 

截圖:

在Chrome

JWPLAYER In chrome

在Firefox

JWPLAYER In firefox

注意:視頻在chrome中顯示爲縱向,在firefox中顯示爲橫向。 我不知道我的代碼有什麼問題。請幫忙。嘗試使用代替

回答