| Variable | Value | Description |
| prefix | 'laboite-' | CSS prefix used to generate the id for the element created |
| cache | true | Cache the item list on first call (Disable if your list is dynamic!) |
| continuous | false | Enable or Disable continuous browsing |
| autostart | false | Enable or Disable autostart functionality |
| autostart_delay | 0 | Autostart delay in milliseconds |
| image | false | Set to true to force the plugin loading an url as an image |
| slide | false | Enable or Disable slideshow option |
| slide_delay | 3500 | Time to show a slide for in milliseconds |
| slide_html | '' | Content of the slide element when the slideshow if off |
| slide_stop | '' | Content of the slide element when the slideshow is on |
| slide_key | 's' | slideshow toggle hot key |
| fade_speed | 300 | Fade in and out speed of elements |
| resize_speed | 600 | Resizing animation speed |
| dim_alpha | 0.75 | Dimmer element opacity level |
| viewer_alpha | 1 | Opacity of the viewer element |
| viewer_html | '' | Insert extra html elements into the viewer elements (elements to do rounded corner for example) |
| viewer_x | true | Center the viewer inside the browser on the x axis |
| viewer_y | true | Center the viewer inside the browser on the y axis |
| loader_html | '' | Content to insert in the loader element |
| loader_x | true | Center the loader inside the viewer elements on the x axis |
| loader_y | true | Center the loader inside the viewer elements on the y axis |
| stats | true | Enable or Disable the stats displaying |
| stats_pattern | 'Item :current of :total' | Pattern used to build the stats string |
| controls | true | Enable or Disable the next and previous element |
| next_html | '' | Content to insert in the next element |
| next_key | 'n' | Next action hot key |
| prev_html | '' | Content to insert in the previous element |
| prev_key | 'p' | Previous action hot key |
| reset | false | Enable or Disable the reset element |
| reset_html | '' | Content to insert in the reset element |
| reset_key | 'r' | Reset action hot key |
| close | true | Enable or Disable the close button |
| close_html | '' | Content to insert in the close element |
| close_key | 'c' | Close action hot key |
| caption | true | Enable or Disable caption message |
| iframe | false | Enable or Disable the use of iframe |
| iframe_width | '700px' | Iframe width |
| iframe_height | '500px' | Iframe height |
| bind_dim | false | Enable or Disable close function on the dimmer element |
| bind_keys | true | Enable or Disable hot keys binding (inc. escape and arrows too) |
| bind_escape | true | Bind the escape key to close the viewer |
| bind_arrows | true | Bind arrows for next and previous browsing |
| easing | '' | jquery.easing settings (require the jquery easing plugin) |