The following is a list of HubL supported tags that are deprecated. While these tags still operate as intended, newer tags have been created to replace them that are more streamlined and optimized. These new tags are indicated below. This page is for historical reference.
Parameter | Type | Description | Default |
---|---|---|---|
sizing | Enumeration | Determines whether the slider changes sizes, based on the height of the slides. Possible values include: “static” or “resize” | "static" |
only_thumbnails | Boolean | Display images as thumbnails instead of a slider. | False |
transition | Enumeration | Sets the type of slide transition. Possible values include: “fade” or “slide” | "slide" |
caption_position | Enumeration | Affects positioning of caption on or below the slide. Possible values include “below” or “superimpose” | "below" |
with_thumbnail_nav | Boolean | Include thumbnails below slider for navigation (only_thumbnails must be False for this to be True) | False |
lightbox | Boolean | Displays thumbnail image in lightbox, when clicked (with_thumbnail_nav must be True for this to be True) | False |
auto_advance | Boolean | Automatically advance slides after the time set in num_seconds | False |
show_pagination | Boolean | Provide buttons below slider to randomly navigate among slides | True |
label | String | A label for this module, visible in the editor only | "Image Slider" |
loop_slides | Boolean | When True, continuously loop through slides | True |
num_seconds | Number | Time in seconds to pause between slides | 5 |
slides | JSON | A JSON list of the default caption, the link url, the alt text, the image src, and whether to open in a new tab. See block syntax above. |