"Product details"
Bootstrap 4.1.1 Snippet by brandbuilderNepal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<section>
<div class="container">
<div class="card">
<div class="container-fliud">
<div class="wrapper row">
<div class="preview col-md-6">
<div class="preview-pic tab-content">
<div class="tab-pane active" id="pic-1"><img
src="https://www.catbirdnyc.com/media/catalog/product/cache/8ee8cc6bfd443bf2183dad436c39a509/c/a/catbird-sweetsixteentote-on62_1.jpg" />
</div>
<div class="tab-pane" id="pic-2"><img src="http://placekitten.com/400/252" /></div>
<div class="tab-pane" id="pic-3"><img src="http://placekitten.com/400/252" /></div>
<div class="tab-pane" id="pic-4"><img src="http://placekitten.com/400/252" /></div>
<div class="tab-pane" id="pic-5"><img src="http://placekitten.com/400/252" /></div>
</div>
<ul class="preview-thumbnail nav nav-tabs">
<li class="active"><a data-target="#pic-1" data-toggle="tab"><img
src="https://www.catbirdnyc.com/media/catalog/product/cache/8ee8cc6bfd443bf2183dad436c39a509/c/a/catbird-sweetsixteentote-on62_1.jpg" class="product-img" /></a></li>
<li><a data-target="#pic-2" data-toggle="tab"><img src="https://www.catbirdnyc.com/media/catalog/product/cache/8ee8cc6bfd443bf2183dad436c39a509/c/a/catbird-sweetsixteentote-on62_1.jpg"
class="product-img" /></a>
</li>
<li><a data-target="#pic-3" data-toggle="tab"><img src="https://www.catbirdnyc.com/media/catalog/product/cache/8ee8cc6bfd443bf2183dad436c39a509/c/a/catbird-sweetsixteentote-on62_1.jpg"
class="product-img" /></a>
</li>
<li><a data-target="#pic-4" data-toggle="tab"><img src="https://www.catbirdnyc.com/media/catalog/product/cache/8ee8cc6bfd443bf2183dad436c39a509/c/a/catbird-sweetsixteentote-on62_1.jpg"
class="product-img" /></a>
</li>
<li><a data-target="#pic-5" data-toggle="tab"><img src="https://www.catbirdnyc.com/media/catalog/product/cache/8ee8cc6bfd443bf2183dad436c39a509/c/a/catbird-sweetsixteentote-on62_1.jpg"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
img {
max-width: 100%;
}
.preview {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
@media screen and (max-width: 996px) {
.preview {
margin-bottom: 20px;
}
}
.preview-pic {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.preview-thumbnail.nav-tabs {
border: none;
margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
width: 18%;
margin-right: 2.5%;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: