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

Default value: false

Determines whether to show captions for the thumbnails in the gallery.

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

Reference

options type
wijgallery jQuery Widget