Wijmo UI for the Web
setHeight Method
Height value in pixel.
Sets the video height in pixel.
Syntax
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;

Parameters

height
Height value in pixel.
Example
// Sets the video height to 400 pixel.
$("#element").wijvideo("setHeight", 400);
Browser Compatibility
7
5
5

See Also

Reference

wijvideo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.