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

Default value: ""

Determines the name of player to host the content. Possible values are: 'inline', 'iframe', 'img', 'swf', 'flv', 'wmp', 'qt', 'wijvideo'

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

Reference

options type
wijlightbox jQuery Widget