General
Template
Layout
Typography
Navigational
Informational
Data
Input
Images
Header
Footer
Components - Images

Image Components - Image Carousel

Display Images Elegantly as a slideshow carousel

Image Display - Carousel

Image Carousel

Implementation Code and the output

Output Sample

To Add an image to the carousel

To Add an image, following modifications would help

  • Under the div element with the class carousel add the element <img> with the image source location
  • the img element is to be wrapped around a div element with the class carousel-img with the image source location
  • the img element is expected to come before the div element with the class slide-button
  • Under the div element with the class carousel-img-dots ,add the span element with the class dot
  • This should come after the span element with the class left-arrow and before the span element with the class right-arrow

Image Carousel Auto Slideshow Animation

To make the Image carousel animate automatically like a slide show

  • Just add the class animate in the div element with the class carousel

Implementation Code and the output

Output Sample