Wijmo UI for the Web
setWidth メソッド
幅(ピクセル単位)。
ビデオの幅(ピクセル単位)を設定します。
シンタックス
Javascript (Usage) 
$(function () {
    // パラメータ
    var width; //タイプ: number
    
    $(".selector").wijvideo("setWidth", width);
});
Javascript (Specification) 
function setWidth( 
   width : number
) : void;

パラメータ

width
幅(ピクセル単位)。
使用例
// ビデオの幅を 600 ピクセルに設定します。$("#element").wijvideo("setWidth", 600);

関連トピック

参照

wijvideo タイプ
wijvideo jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.