wijmo.video Namespace > wijvideo type : setWidth Method |
Javascript (Usage) | |
---|---|
$(function () { var returnsValue; // Type: any // Parameters var width; // Type: number returnsValue = $(".selector").wijvideo("setWidth", width); }); |
Javascript (Specification) | |
---|---|
function setWidth( width : number ) : any; |
// Sets the video width to 600 pixel. $("#element").wijvideo("setWidth", 600);