The wijlightbox widget allows you to overlay images on the current page. It is a simple way to highlight, or give focus to, an image. You can customize the wijlightbox to autoplay through images, play flash videos, show animated transitions, and more.
For a listing of all of the options, methods, and events available on this widget, please see the
API docs for wijlightbox.
In this section
Quick Start
Main Elements
Markup And Scripting
Note: Check the
Version History for an outline of new features, improvements, and changes to the Wijmo widgets.
Adaptive for Mobile Use
This widget is an adaptive widget in v3 20142.* and later. If you are running v3.20141.x or earlier, it is not adaptive. You can download the latest here: Downloads Page.
An adaptive widget is different from a jQuery UI widget in that you can use it in both mobile and non-mobile web applications. To use it in non-mobile applications, just use the regular help. To use it in mobile applications:
- Use jQuery Mobile instead of jQuery UI references
- Do not initialize the widget in script (unless you need to for complex widgets like charts)
- Use the data-role attribute to create the widget in markup
These steps are demonstrated in the jQuery Mobile topic.
See Also