Wijmo UI for the Web
setWidth Method
Width value in pixel.
Sets the video width in pixel.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var width; // Type:  number
    
    returnsValue = $(".selector").wijvideo("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
wijvideo jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.