jQuery.wijmo.wijlightbox Namespace > options type : player Field |
Default value: ""
Determines the name of player to host the content. Possible values are: 'inline', 'iframe', 'img', 'swf', 'flv', 'wmp', 'qt', 'wijvideo'
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijlightbox.options.player; |
Javascript (Specification) | |
---|---|
|
$("#id").wijlightbox({ player: 'img' });