HTML code
Clean, semantic HTML that powers this Bootstrap 3.2.0 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<div class="container bootstrap snippets bootdey">
<div class="row">
<h2 class="text-center text-primary">What our clients said about us?</h2>
<hr>
<div class="col-md-10 col-md-offset-1">
<div class="row testimonials">
<div class="col-sm-4">
<blockquote>
<p class="clients-words">Hi there, We just bought bootdey is a nice gallery of free bootstrap snippets bootdey</p>
<span class="clients-name text-primary">— Amanda corey</span>
<img class="img-circle img-thumbnail" src="https://bootdey.com/img/Content/avatar/avatar1.png">
</blockquote>
</div>
<div class="col-sm-4">
<blockquote>
<p class="clients-words">Awesome Bootstrap snippets! Check it out! </p>
<span class="clients-name text-primary">— Factory nn (@facnnteam)</span>
<img class="img-circle img-thumbnail" src="https://bootdey.com/img/Content/avatar/avatar2.png">
</blockquote>
</div>
<div class="col-sm-4">
<blockquote>
<p class="clients-words">Bootdey looks amazing, i copy paste my snippets for other users very easy, bootdey looks simple</p>
<span class="clients-name text-primary">— Big daniel mont</span>
<img class="img-circle img-thumbnail" src="https://bootdey.com/img/Content/avatar/avatar3.png">
</blockquote>
</div>
</div><!--/.row-->
</div><!--/.col-->
</div><!--/.row-->
</div>CSS code
Scoped CSS that styles the component. Paste it after Bootstrap 3.2.0 to keep the design, spacing, and responsiveness consistent.
Downloadbody{
background:#ddd;
}
.testimonials blockquote {
position: relative;
background: white;
min-height: 150px;
margin-top: 20px;
margin-bottom: 100px;
border: 1px solid #ecedf1;
}
.testimonials blockquote:before {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
margin-left: -10px;
border-top: 10px solid #ecedf1;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.testimonials blockquote:after {
content: '';
position: absolute;
bottom: -8px;
left: 50%;
margin-left: -9px;
border-top: 9px solid white;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
}
.testimonials blockquote img {
height: 50px;
width: 50px;
position: absolute;
border: 1px solid #ecedf1;
background: white;
bottom: -65px;
left: 50%;
margin-left: -25px;
}
blockquote p.clients-words {
font-size: 14px;
}
span.clients-name {
font-size: 14px;
position: absolute;
bottom: 10px;
right: 10px;
}
FAQ
How do I use this snippet?
Include Bootstrap 3.2.0, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.
Can I use it in commercial projects?
Yes. It’s free for personal and commercial work; check the snippets license for details.
Is it responsive?
Yes. It inherits the responsive grid and components from Bootstrap 3.2.0.
About this bootstrap example/template
This free Bootstrap 3.2.0 snippet, Clients testimonial with small photo, was published on Jul 10th 2014, 18:37 by Bootdey Admin.
Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.
Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.
Already trusted in 21.8K+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
Bootstrap 3.2.0
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.2.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
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