xxxxxxxxxx
1
<div class="container my-5 py-5 z-depth-1">
2
3
4
<!--Section: Content-->
5
<section class="text-center">
6
7
<!-- Section heading -->
8
<h3 class="font-weight-bold mb-5">Product Details</h3>
9
10
<div class="row">
11
<div class="col-lg-6">
12
13
<!--Carousel Wrapper-->
14
<div id="carousel-thumb1" class="carousel slide carousel-fade carousel-thumbnails mb-5 pb-4" data-ride="carousel">
15
16
<!--Slides-->
17
<div class="carousel-inner text-center text-md-left" role="listbox">
18
<div class="carousel-item active">
19
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/1.jpg"
20
alt="First slide" class="img-fluid">
21
</div>
22
<div class="carousel-item">
23
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/2.jpg"
24
alt="Second slide" class="img-fluid">
25
</div>
26
<div class="carousel-item">
27
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/20.jpg"
28
alt="Third slide" class="img-fluid">
29
</div>
30
</div>
31
<!--/.Slides-->
32
33
<!--Thumbnails-->
34
<a class="carousel-control-prev" href="#carousel-thumb1" role="button" data-slide="prev">
35
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
36
<span class="sr-only">Previous</span>
37
</a>
38
<a class="carousel-control-next" href="#carousel-thumb1" role="button" data-slide="next">
39
<span class="carousel-control-next-icon" aria-hidden="true"></span>
40
<span class="sr-only">Next</span>
41
</a>
42
<!--/.Thumbnails-->
43
44
</div>
45
<!--/.Carousel Wrapper-->
46
47
<div class="row mb-4">
48
<div class="col-md-12">
49
<div id="mdb-lightbox-ui"></div>
50
<div class="mdb-lightbox no-margin">
51
<figure class="col-md-4">
52
<a href="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/1.jpg"
53
data-size="1600x1067">
54
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/1.jpg"
55
class="img-fluid">
56
</a>
57
</figure>
58
<figure class="col-md-4">
59
<a href="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/2.jpg"
60
data-size="1600x1067">
61
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/2.jpg"
62
class="img-fluid">
63
</a>
64
</figure>
65
<figure class="col-md-4">
66
<a href="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/20.jpg"
67
data-size="1600x1067">
68
<img src="https://mdbootstrap.com/img/Photos/Horizontal/E-commerce/Products/20.jpg"
69
class="img-fluid">
70
</a>
71
</figure>
72
</div>
73
</div>
74
</div>
75
76
</div>
77
78
<div class="col-lg-5 text-center text-md-left">
79
80
<h2 class="h2-responsive text-center text-md-left product-name font-weight-bold dark-grey-text mb-1 ml-xl-0 ml-4">iPad PRO</h2>
81
<span class="badge badge-danger product mb-4 ml-xl-0 ml-4">bestseller</span>
82
<span class="badge badge-success product mb-4 ml-2">SALE</span>
83
84
<h3 class="h3-responsive text-center text-md-left mb-5 ml-xl-0 ml-4">
85
<span class="red-text font-weight-bold">
86
<strong>$1449</strong>
87
</span>
88
<span class="grey-text">
89
<small>
90
<s>$1789</s>
91
</small>
92
</span>
93
</h3>
94
95
<div class="font-weight-normal">
96
97
<p class="ml-xl-0 ml-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sapiente nesciunt atque nemo neque ut officiis nostrum incidunt maiores, magni optio et sunt suscipit iusto nisi totam quis, nobis mollitia necessitatibus.</p>
98
99
<p class="ml-xl-0 ml-4">
100
<strong>Storage: </strong>64GB</p>
101
<p class="ml-xl-0 ml-4">
102
<strong>Size: </strong>9.6-inch</p>
103
<p class="ml-xl-0 ml-4">
104
<strong>Resolution: </strong>2048 x 1536</p>
105
<p class="ml-xl-0 ml-4">
106
<strong>Availability: </strong>In stock</p>
107
108
<div class="mt-5">
109
<p class="grey-text">Choose your color</p>
110
<div class="row text-center text-md-left">
111
<div class="col-md-4 col-12 ">
112
<div class="form-group">
113
<input class="form-check-input" name="group100" type="radio" id="radio100" checked="checked">
114
<label for="radio100" class="form-check-label dark-grey-text">White</label>
115
</div>
116
</div>
117
<div class="col-md-4">
118
<div class="form-group">
119
<input class="form-check-input" name="group100" type="radio" id="radio101">
120
<label for="radio101" class="form-check-label dark-grey-text">Silver</label>
121
</div>
122
</div>
123
<div class="col-md-4">
124
<div class="form-group">
125
<input class="form-check-input" name="group100" type="radio" id="radio102">
126
<label for="radio102" class="form-check-label dark-grey-text">Gold</label>
127
</div>
128
</div>
129
</div>
130
<div class="row mt-3 mb-4">
131
<div class="col-md-12 text-center text-md-left text-md-right">
132
<button class="btn btn-primary btn-rounded">
133
<i class="fas fa-cart-plus mr-2" aria-hidden="true"></i> Add to cart</button>
134
</div>
135
</div>
136
</div>
137
138
</div>
139
140
</div>
141
</div>
142
143
</section>
144
<!--Section: Content-->
145
146
147
</div>
1
1
xxxxxxxxxx
1
// MDB Lightbox Init
2
$(function () {
3
$("#mdb-lightbox-ui").load("mdb-addons/mdb-lightbox-ui.html");
4
});
Console errors: 0