wiki:plugin:bootswrapper:carousel

Carousel

<carousel>
{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
</carousel>

OR

<carousel>
<slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
<slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
<slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
</carousel>


<carousel>
<slide>
{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
<caption>
=== First slide label ===
Nulla vitae elit libero, a pharetra augue mollis interdum.
</caption>
</slide>
[...]
</carousel>



Attibute Type Default Value Description
interval number 5000 The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle.
pause string hover Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave.
wrap boolean true Whether the carousel should cycle continuously or have hard stops.
keyboard boolean true Whether the carousel should react to keyboard events.
  • wiki/plugin/bootswrapper/carousel.txt
  • Last modified: 8 years ago
  • by Giuseppe Di Terlizzi