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