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/slick-carousel/1.8.1/slick.min.js" integrity="sha512-XtmMtDEcNz2j7ekrtHvOVR4iwwaD6o/FUJe6+Zq+HgcCsk3kj4uSQQR8weQ2QVj1o0Pk6PwYLohm206ZzNfubg==" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" integrity="sha512-yHknP1/AwR+yx26cB1y0cjvQUMvEa2PFzt1c9LlS4pRQ5NOTZFWbhBig+X9G9eYW/8m0/4OXNx8pxJ6z57x0dw==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" integrity="sha512-17EgCFERpgZKcm0j0fEq1YCJuyAWdz9KUtv1EjVuaOz8pDnh/0nZxmU6BBXwaaxqoi9PQXnRWqlcDB027hgv9A==" crossorigin="anonymous" />
<section class="deneb_testimonial testimonial_v1">
<div class="shape_v5">
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="shape_12" alt="" />
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" class="shape_13" alt="" />
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section_title text-center">
<h2>What People Say</h2>
<p>When unknow printer took a gallery of type and scramblted it to make a type specimen book</p>
</div>
</div>
</div>
<div class="row1">
<div class="single_img">
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-fluid" alt="" />
</div>
<div class="single_img sm_img">
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" class="img-fluid" alt="" />
</div>
<div class="single_img sm_img">
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" class="img-fluid" alt="" />
</div>
</div>
<div class="row2">
<div class="single_img">
<img src="https://bootdey.com/img/Content/avatar/avatar4.png" class="img-fluid" alt="" />
</div>
<div class="single_img sm_img">
<img src="https://bootdey.com/img/Content/avatar/avatar5.png" class="img-fluid" alt="" />
</div>
<div class="single_img sm_img">
<img src="https://bootdey.com/img/Content/avatar/avatar6.png" class="img-fluid" alt="" />
</div>
<div class="single_img">
<img src="https://bootdey.com/img/Content/avatar/avatar7.png" class="img-fluid" alt="" />
</div>
</div>
<div class="testimonial_slide slick-slider slick-dotted">
<div class="slick-list draggable">
<div class="slick-track">
<div class="single_testimonial">
<div class="client_img">
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" class="img-fluid" alt="" />
<div class="qoute">
<i class="fas fa-quote-left"></i>
</div>
</div>
<div class="client_info">
<h3>John Doe</h3>
<h5>Freelancer UX Designer</h5>
<p>
Donec condimentum vehicula iaculis. Maecenas in aliquet neque. Suspendisse viverra, ante eget pellentesque pulvinar, nunc nisi molestie ligula, vitae convallis orci justo vitae sem. Integer vitae imperdiet
augue, sed accumsan diam. Etiam non quam commodo dolor convallis cursus. Duis tempus dolor eget gravida fringilla. In ultricies velit eget sem tempus egestas.
</p>
</div>
</div>
<div class="single_testimonial">
<div class="client_img">
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" class="img-fluid" alt="" />
<div class="qoute">
<i class="fas fa-quote-left"></i>
</div>
</div>
<div class="client_info">
<h3>Jake Johnson</h3>
<h5>Freelancer UX Designer</h5>
<p>
Donec condimentum vehicula iaculis. Maecenas in aliquet neque. Suspendisse viverra, ante eget pellentesque pulvinar, nunc nisi molestie ligula, vitae convallis orci justo vitae sem. Integer vitae imperdiet
augue, sed accumsan diam. Etiam non quam commodo dolor convallis cursus. Duis tempus dolor eget gravida fringilla. In ultricies velit eget sem tempus egestas.
</p>
</div>
</div>
<div class="single_testimonial">
<div class="client_img">
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" class="img-fluid" alt="" />
<div class="qoute">
<i class="fas fa-quote-left"></i>
</div>
</div>
<div class="client_info">
<h3>Celesto Anderson</h3>
<h5>Freelancer UX Designer</h5>
<p>
Donec condimentum vehicula iaculis. Maecenas in aliquet neque. Suspendisse viverra, ante eget pellentesque pulvinar, nunc nisi molestie ligula, vitae convallis orci justo vitae sem. Integer vitae imperdiet
augue, sed accumsan diam. Etiam non quam commodo dolor convallis cursus. Duis tempus dolor eget gravida fringilla. In ultricies velit eget sem tempus egestas.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
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
Download.deneb_testimonial {
overflow: hidden;
padding-bottom: 165px;
}
.deneb_testimonial .row1 {
max-width: 700px;
display: flex;
justify-content: space-between;
margin: auto;
margin-bottom: 110px;
}
.deneb_testimonial .row1 .single_img {
border-radius: 50%;
opacity: 0.7;
box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.3);
}
.deneb_testimonial .row1 .single_img img {
opacity: 0.7;
}
.deneb_testimonial .row1 .single_img:nth-child(2) {
margin-top: -25px;
}
.deneb_testimonial .row1 .sm_img {
border-radius: 50%;
width: 88px;
height: 88px;
}
.deneb_testimonial .row2 {
display: flex;
justify-content: space-between;
}
.deneb_testimonial .row2 .single_img {
border-radius: 50%;
opacity: 0.7;
box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.3);
}
.deneb_testimonial .row2 .single_img img {
border-radius: 50%;
opacity: 0.7;
}
.deneb_testimonial .row2 .sm_img {
border-radius: 50%;
width: 88px;
height: 88px;
}
.deneb_testimonial .testimonial_slide {
max-width: 730px;
text-align: center;
margin: auto;
margin-top: -200px;
}
.deneb_testimonial .testimonial_slide .single_testimonial {
padding-top: 20px;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_img {
max-width: 200px;
max-height: 200px;
position: relative;
margin: auto;
margin-bottom: 30px;
border-radius: 50%;
box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
z-index: 1;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_img:after {
content: "";
width: 200px;
height: 200px;
position: absolute;
top: -10px;
right: -10px;
border-radius: 50%;
background-image: -moz-linear-gradient(180deg, #feb000 0%, #ffbc26 100%);
background-image: -webkit-linear-gradient(180deg, #feb000 0%, #ffbc26 100%);
background-image: -ms-linear-gradient(180deg, #feb000 0%, #ffbc26 100%);
z-index: -1;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_img img {
margin: 0 auto;
border-radius: 50%;
max-width: 200px;
max-height: 200px;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_img .qoute {
position: absolute;
top: 0;
left: 0;
display: block;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
color: #fff;
font-size: 18px;
background-image: -moz-linear-gradient(180deg, #feb000 0%, #ffbc26 100%);
background-image: -webkit-linear-gradient(180deg, #feb000 0%, #ffbc26 100%);
background-image: -ms-linear-gradient(180deg, #feb000 0%, #ffbc26 100%);
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_info h3 {
font-weight: bold;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_info h5 {
font-size: 18px;
color: #ffbb23;
font-weight: 400;
}
.deneb_testimonial .testimonial_slide .single_testimonial .client_info p {
padding-top: 20px;
}
.deneb_testimonial .testimonial_slide .slick-dots {
bottom: -50px;
}
.deneb_testimonial .testimonial_slide .slick-dots li {
width: 15px;
height: 5px;
background: #c3c3c3;
border-radius: 8px;
}
.deneb_testimonial .testimonial_slide .slick-dots li button {
padding: 0;
width: 15px;
height: 5px;
}
.deneb_testimonial .testimonial_slide .slick-dots .slick-active {
background: #feb000;
}
.deneb_testimonial .section_title h2 {
position: relative;
}
.deneb_testimonial .section_title h2:after {
left: 50px;
}
.testimonial_v1 {
position: relative;
}
/* Start Testimonial Area css
============================================================================================ */
.testimonial_area {
padding-bottom: 100px;
}
@media (min-width: 600px) {
.testimonial_area {
padding-bottom: 180px;
}
}
@media (min-width: 1200px) {
.testimonial_area {
padding-bottom: 200px;
}
}
.testimonial-slider {
position: relative;
z-index: 1;
}
.testimonial-slider::after {
content: "";
display: block;
position: absolute;
top: -20px;
left: 20px;
width: 465px;
height: 384px;
transform: scale(0.8);
background: url(../images/testimonials/testimonial-bg.png) left center no-repeat;
background-size: cover;
z-index: -1;
display: none;
}
@media (min-width: 992px) {
.testimonial-slider::after {
display: block;
}
}
@media (min-width: 1200px) {
.testimonial-slider::after {
width: 465px;
height: 384px;
transform: scale(1);
}
}
.testimonial-slider .testimonial-item {
margin-top: 30px;
}
@media (min-width: 992px) {
.testimonial-slider .testimonial-item {
margin-top: 50px;
}
}
.testimonial-slider .owl-item img {
width: 250px;
height: 238px;
margin-right: auto;
margin-left: auto;
}
.testimonial-slider h4 {
font-size: 20px;
margin-bottom: 4px;
}
.testimonial-slider small {
font-size: 14px;
font-weight: 300;
}
.testimonial-slider p {
color: #5b6d75;
}
.testimonial-slider .owl-dots {
position: absolute;
left: 50%;
padding-top: 20px;
transform: translateX(-50%);
}
@media (min-width: 992px) {
.testimonial-slider .owl-dots {
left: 70%;
}
}
.testimonial-slider .owl-dots .owl-dot span {
background: #c8cfda;
}
.testimonial-slider .owl-dots .owl-dot.active span {
background: #5f30ff;
}
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
Download$(function(){
$('.testimonial_slide').slick({
arrows: false,
dots: true,
infinite: true,
autoplay: true,
slidesToShow: 1,
fade: true,
slidesToScroll: 1
});
})

About this bootstrap example/template
This example/template, round slick testimonial, was published on Nov 20th 2020, 08:40 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 974 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