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