HTML code
This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 4.5.0 included, to get the result that you can see in the preview selection
Download<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js" integrity="sha512-bPs7Ae6pVvhOSiIcyUClR7/q2OAsRiovw4vAkX+zJbw3ShAeeqezq50RIIcIURq7Oa20rW2n2q+fyXBNcU9lrw==" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" integrity="sha512-tS3S5qG0BlhnQROyJXvNjeEM4UpMXHrQfTGmbQ1gKmelCxlSEBUaxhRBj/EFTzpbP4RVSrpEikbmdJobCvhE3g==" crossorigin="anonymous" />
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10">
<div class="owl-carousel owl-loaded owl-drag" data-items="1" data-xl-items="1" data-lg-items="1" data-md-items="1" data-sm-items="1" data-nav-dots="true" data-space="40" data-autoplay="ture">
<div class="owl-stage-outer">
<div class="owl-stage">
<div class="owl-item cloned">
<div class="row">
<div class="col-sm-4 my-3">
<img class="rounded" src="https://bootdey.com/img/Content/avatar/avatar1.png" title="" alt="" />
</div>
<div class="col-sm-8 my-3">
<i class="fas fa-quote-left h1 text-primary mb-3"></i>
<h5 class="h3 font-weight-normal">
The code is so clear and professional, No bugs so far, and the guy behind it is very helpful, I highly recommend this code if you want to have a professional Vcard. Thanks for this awesome code.
</h5>
<p class="lead m-0">pxdraft, Co-Founder</p>
</div>
</div>
</div>
<div class="owl-item cloned">
<div class="row align-items-center">
<div class="col-sm-4 my-3">
<img class="rounded" src="https://bootdey.com/img/Content/avatar/avatar2.png" title="" alt="" />
</div>
<div class="col-sm-8 my-3">
<i class="fas fa-quote-left h1 text-primary mb-3"></i>
<h5 class="h3 font-weight-normal">
The code is so clear and professional, No bugs so far, and the guy behind it is very helpful, I highly recommend this code if you want to have a professional Vcard. Thanks for this awesome code.
</h5>
<p class="lead m-0">pxdraft, Co-Founder</p>
</div>
</div>
</div>
<div class="owl-item">
<div class="row">
<div class="col-sm-4 my-3">
<img class="rounded" src="https://bootdey.com/img/Content/avatar/avatar1.png" title="" alt="" />
</div>
<div class="col-sm-8 my-3">
<i class="fas fa-quote-left h1 text-primary mb-3"></i>
<h5 class="h3 font-weight-normal">
The code is so clear and professional, No bugs so far, and the guy behind it is very helpful, I highly recommend this code if you want to have a professional Vcard. Thanks for this awesome code.
</h5>
<p class="lead m-0">pxdraft, Co-Founder</p>
</div>
</div>
</div>
<div class="owl-item active">
<div class="row align-items-center">
<div class="col-sm-4 my-3">
<img class="rounded" src="https://bootdey.com/img/Content/avatar/avatar2.png" title="" alt="" />
</div>
<div class="col-sm-8 my-3">
<i class="fas fa-quote-left h1 text-primary mb-3"></i>
<h5 class="h3 font-weight-normal">
The code is so clear and professional, No bugs so far, and the guy behind it is very helpful, I highly recommend this code if you want to have a professional Vcard. Thanks for this awesome code.
</h5>
<p class="lead m-0">pxdraft, Co-Founder</p>
</div>
</div>
</div>
<div class="owl-item cloned" >
<div class="row">
<div class="col-sm-4 my-3">
<img class="rounded" src="https://bootdey.com/img/Content/avatar/avatar1.png" title="" alt="" />
</div>
<div class="col-sm-8 my-3">
<i class="fas fa-quote-left h1 text-primary mb-3"></i>
<h5 class="h3 font-weight-normal">
The code is so clear and professional, No bugs so far, and the guy behind it is very helpful, I highly recommend this code if you want to have a professional Vcard. Thanks for this awesome code.
</h5>
<p class="lead m-0">pxdraft, Co-Founder</p>
</div>
</div>
</div>
<div class="owl-item cloned" >
<div class="row align-items-center">
<div class="col-sm-4 my-3">
<img class="rounded" src="https://bootdey.com/img/Content/avatar/avatar2.png" title="" alt="" />
</div>
<div class="col-sm-8 my-3">
<i class="fas fa-quote-left h1 text-primary mb-3"></i>
<h5 class="h3 font-weight-normal">
The code is so clear and professional, No bugs so far, and the guy behind it is very helpful, I highly recommend this code if you want to have a professional Vcard. Thanks for this awesome code.
</h5>
<p class="lead m-0">pxdraft, Co-Founder</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
CSS code
This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 4.5.0 included, to get the result that you can see in the preview selection
Downloadbody{margin-top:20px;}
.owl-carousel .owl-item img {
width: inherit;
}
.owl-dots {
width: 100%;
text-align: center;
display: flex;
justify-content: center;
margin-top: 25px;
}
.main-slider .owl-dots {
position: absolute;
bottom: 20px;
}
.owl-dots .owl-dot {
margin: 0 3px;
font-size: 0;
}
.owl-dots .owl-dot span {
width: 10px;
height: 10px;
border: 2px solid #011627;
display: inline-block;
vertical-align: top;
border-radius: 50%;
}
.owl-white .owl-dots .owl-dot span {
border: 2px solid #ffffff;
}
.owl-dots .owl-dot.active span {
background: #011627;
}
.owl-white .owl-dots .owl-dot.active span {
background: #ffffff;
}
Javascript/Jquery code
This is the javascript code used to create this bootstrap snippet, You can copy and paste the following javascript code inside a page with bootstrap 4.5.0 included, to get the result that you can see in the preview selection
Downloadvar CRE = {};
CRE.Owl = function() {
var owlslider = $("div.owl-carousel");
if (owlslider.length > 0) {
owlslider.each(function() {
var $this = $(this),
$items = ($this.data('items')) ? $this.data('items') : 1,
$loop = ($this.attr('data-loop')) ? $this.data('loop') : true,
$navdots = ($this.data('nav-dots')) ? $this.data('nav-dots') : false,
$navarrow = ($this.data('nav-arrow')) ? $this.data('nav-arrow') : false,
$autoplay = ($this.attr('data-autoplay')) ? $this.data('autoplay') : true,
$autospeed = ($this.attr('data-autospeed')) ? $this.data('autospeed') : 5000,
$smartspeed = ($this.attr('data-smartspeed')) ? $this.data('smartspeed') : 1000,
$autohgt = ($this.data('autoheight')) ? $this.data('autoheight') : false,
$CenterSlider = ($this.data('center')) ? $this.data('center') : false,
$stage = ($this.attr('data-stage')) ? $this.data('stage') : 0,
$space = ($this.attr('data-space')) ? $this.data('space') : 30;
$(this).owlCarousel({
loop: $loop,
items: $items,
responsive: {
0: {
items: $this.data('xs-items') ? $this.data('xs-items') : 1
},
576: {
items: $this.data('sm-items') ? $this.data('sm-items') : 1
},
768: {
items: $this.data('md-items') ? $this.data('md-items') : 1
},
992: {
items: $this.data('lg-items') ? $this.data('lg-items') : 1
},
1200: {
items: $items
}
},
dots: $navdots,
autoplayTimeout: $autospeed,
smartSpeed: $smartspeed,
autoHeight: $autohgt,
center: $CenterSlider,
margin: $space,
stagePadding: $stage,
nav: $navarrow,
navText: ["<i class='ti-angle-left'></i>", "<i class='ti-angle-right'></i>"],
autoplay: $autoplay,
autoplayHoverPause: true
});
});
}
}
$(document).ready(function() {
CRE.Owl();
})

About this bootstrap example/template
This example/template, customer testimonial carousel, was published on Oct 21st 2020, 09:23 by Bootdey Admin and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This code example currectly have 569 views, Using this bootstrap snippet you have the following benefits:
Bootstrap 4.5.0
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>
<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>
This code example is based on bootstrap 4.5.0 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
Jquery plugins
Great built-in plugins with jquery framework, you can easy to change all declarations
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working