2016-04-13 94 views
0

工作按照documentation,當aspectratio被設置,height被忽略,所以我做JWPlayer:縱橫比不帶數字寬度

jwplayer("videoEx").setup({ 
    "file": "myvideourl", 
    "image":"/images/slideshowbg.png", 
    "width":640, 
    "aspectratio":"16:9" 
}); 

但它不能正常工作,視頻容器的大小會640 * 270(我猜270是默認高度),而視頻播放器的尺寸是480 * 270,在視頻播放器的兩側形成兩個黑條。

我要做

jwplayer("videoEx").setup({ 
    "file": "myvideourl", 
    "image":"/images/slideshowbg.png", 
    "width":"53%", 
    "aspectratio":"16:9" 
}); 

獲得適當的視頻播放器,其中,容器是相同的大小。

這是打算?

回答

0

是的,這是打算。

從文檔:

ASPECTRATIO字符串
維持比例時寬度的百分比。如果玩家是靜態大小,則不會使用。 注意:必須以「x:y」格式輸入