Carousel

This template uses Owl Carousel 2 for carousels. It is simple to use. We have added a JS layer over it to map it's settings with HTML attributes. You can pass following settings as HTML attributes to carousel element

  • data-dots | true or false

  • data-nav | true or false

  • data-slidespeed | integer, default is 2000

  • data-paginationspeed | integer, default is 2000

  • data-margin | integer, default is 0

  • data-autoplaytime | integer, default is 3000

  • data-loop | true or false

  • data-cols-lg | number of columns in large screens

  • data-cols-md | number of columns in medium screens

  • data-cols-sm | number of columns in 600px screens

  • data-cols-xs | number of columns in 480ox screens

  • data-cols-xxs | number of columns in bellow 480px screens

  • data-cols | number of columns in all screens

The basic HTML markup of a carousel is like

<div class="owl-carousel owwwlab-theme">
  <div>...</div>
  <div>...</div>
  <div>...</div>
</div>

Use attributes like so:

There are some classes that will help you change some aspects.

  • Adding .owwwlab-theme will use the designated theme

  • By default the navigatuon bullets will be placed at bottom and center

  • Adding .nav-top-center will place the navigation to top and center

  • Adding .nav-top-right will place the navigation to top and right

  • .featured-news-box will prepare the scene

  • .set-bg will add .set-me image as the background image

  • .featured-news which is added to .owl-carousel will customize the default styles for carousle.

Summary Box

This is a unique element, use it to give summary of your works, publications, and other aspects of your works.

Here is the HTML

Last updated