Wijmo UI for the Web
thumbnailDirection Option
wijmo.gallery.wijgallery Namespace > options type : thumbnailDirection Option

Default value: 'after'

Determines the direction of the thumbnails. Possible values are: "before" and "after".

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgallery("option", "thumbnailDirection");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgallery("option", "thumbnailDirection", newValue);
        
});
var thumbnailDirection : string;
Example
$("#element").wijgallery( { 
    thumbnailOrientation: "before" 
} );
See Also

Reference

options type
wijgallery jQuery Widget