Wijmo UI for the Web
textPosition Option
wijmo.lightbox.wijlightbox Namespace > options type : textPosition Option

Default value: 'overlay'

Determines the position of text description. Possible values are: 'inside', 'outside', 'overlay', 'titleOverlay' and 'none'

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijlightbox("option", "textPosition");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijlightbox("option", "textPosition", newValue);
        
});
var textPosition : string;
Example
$("#id").wijlightbox({
     textPosition: 'titleOverlay'
 });
See Also

Reference

options type
wijlightbox jQuery Widget