Wijmo UI for the Web
display Option
wijmo.carousel.wijcarousel Namespace > options type : display Option

Default value: 1

Determines how many images should be shown in the view area.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcarousel("option", "display");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcarousel("option", "display", newValue);
        
});
var display : number;
Example
$("#element").wijcarousel( { display: 2 } );
See Also

Reference

options type
wijcarousel jQuery Widget