$(function () { // Parameters var width; // Type: number $(".selector").wijvideo("setWidth", width); });
function setWidth( width : number ) : void;
Parameters
- width
- Width value in pixel.
$(function () { // Parameters var width; // Type: number $(".selector").wijvideo("setWidth", width); });
function setWidth( width : number ) : void;
// Sets the video width to 600 pixel. $("#element").wijvideo("setWidth", 600);