Add slides to Bootstrap 3 carousel dynamically using jQuery

后端 未结 4 1741
执笔经年
执笔经年 2020-12-01 06:30

I\'m trying to add slides to Bootstrap carousel using jQuery but it is not acting as a slider in the browser. Instead it\'s showing the images in list view.

         


        
4条回答
  •  我在风中等你
    2020-12-01 06:56

    Well, Bootstrap Carousel has various parameters to control.

    i.e.

    Interval: Specifies the delay (in milliseconds) between each slide.

    pause: Pauses the carousel from going through the next slide when the mouse pointer enters the carousel, and resumes the sliding when the mouse pointer leaves the carousel.

    wrap: Specifies whether the carousel should go through all slides continuously, or stop at the last slide

    For your reference:

    Fore more details please click here...

    Hope this will help you :)

    Note: this is for the further help.. I mean how can you customise or change default behaviour once carousel is loaded.

提交回复
热议问题