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

Determines the pop-up position of content window. Please see jquery.ui.position for possible options.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijlightbox("option", "position");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijlightbox("option", "position", newValue);
        
});
var position : object;
See Also

Reference

options type
wijlightbox jQuery Widget