Carousel

Carousels can be used to group types of related static content like images and testimonials. They should never be used to display critical information or anything that requires an action and they shouldn't contain mixed content. This is the plug in.

  <div class="owl-carousel">
    <div>Slide 1</div>
    <div>Slide 2</div>
    <div>Slide 3</div>
    ...
  </div>