FlexCarousel Documentation

<div class="flexcarousel"
    data-width="auto">

        <div
            data-width="auto">
                first item
        </div>
        <div>second item</div>
        <div>third item</div>
</div>
Attribute Values Description


API

Action Code Description
update
  • FlexCarousel.update(carouselId, options)
  • carouselId : Mandatory. specify which carousel instance should be updated.
  • options : Optional. Object containing any properties that should be updated.
Update a carousel instance typically to respond to screen changes or initial screen size.