Wijmo UI for the Web
setWidth Method
Width value in pixel.
Sets the video width in pixel.
Syntax
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;

Parameters

width
Width value in pixel.
Example
// Sets the video width to 600 pixel.
$("#element").wijvideo("setWidth", 600);
Browser Compatibility
7
5
5

See Also

Reference

wijvideo type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.