@@ -132,9 +132,6 @@ <h2>jQuery Popup Window Image Lightbox</h2>
132
132
< article class ="single-from-blog ">
133
133
< div class ="blog-title ">
134
134
< h1 > jQuery Popup Window Image Lightbox (Slider)</ h1 >
135
-
136
- <!--Introduction and Demo Only -->
137
- < header class ="intro ">
138
135
139
136
< p >
140
137
A simple and clean popup window image lightbox based on css and jQuery.
@@ -143,13 +140,10 @@ <h1>jQuery Popup Window Image Lightbox (Slider)</h1>
143
140
< b > Written in:</ b > < i > HTML, CSS, JS</ i > < br >
144
141
< b > Frameworks: </ b > < i > jQuery 3.3.1 & Font Awesome, Animate CSS. </ i >
145
142
</ p >
146
- < div class ="action ">
147
- < a class ="btn github " href ="https://github.com/CodeHimBlog/jquery-popup-lightbox "> Fork on GiHub </ a >
148
- < a class ="btn down " href ="https://github.com/CodeHimBlog/jquery-popup-lightbox/archive/master.zip "> Download </ a >
149
- </ div >
150
- </ header >
151
- < main >
152
- < article >
143
+
144
+ < a class ="btn btn-primary " href ="https://github.com/CodeHimBlog/jquery-popup-lightbox " role ="button "> Fork on GiHub </ a >
145
+ < a class ="btn btn-primary " href ="https://github.com/CodeHimBlog/jquery-popup-lightbox/archive/master.zip " role ="button "> Download </ a >
146
+
153
147
< h2 > < small > Popup Lightbox</ small > Main Features</ h2 >
154
148
< ul >
155
149
< li > Simple, clean, light weight and fast.</ li >
@@ -160,14 +154,7 @@ <h2> <small> Popup Lightbox</small> Main Features</h2>
160
154
< li > Animate CSS animations supported. </ li >
161
155
< li > Font Awesome Icons for lightbox.</ li >
162
156
</ ul >
163
- < h2 > jQuery Lightbox Popup Window Example</ h2 >
164
- < p > Select any image to view the lightbox Popup window. </ p >
165
- < div class ="img-container ">
166
- < img src ="images/jquery-lightbox-image2.jpg " alt ="lightbox image 2 " />
167
- < img src ="images/jquery-lightbox-image3.jpg " alt ="lightbox image 3 "/>
168
- < img src ="images/jquery-lightbox-image1.jpg " alt ="Effel Tower "/>
169
- < img src ="images/jquery-lightbox-image4.jpg " alt ="lightbox image 4 " />
170
- </ div >
157
+
171
158
< div style ="margin: 0 10px 10px 10px; ">
172
159
< script async src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
173
160
< ins class ="adsbygoogle "
@@ -218,10 +205,7 @@ <h2> How to use Popup Lightbox</h2>
218
205
< p >
219
206
< b > Note:</ b > You can also call the plugin with body selector to show all body images. Similarly, you can use it to show article images. < br >
220
207
</ p >
221
- </ article >
222
- </ main >
223
- <!--Demo Only Files-->
224
- < link href ="docs/demo.css " rel ="stylesheet " />
208
+
225
209
< script src ="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js "> </ script >
226
210
227
211
0 commit comments