-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-popup_photos.html
58 lines (36 loc) · 1.85 KB
/
template-popup_photos.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Electronic Readings of The Qur’an</title>
<link rel="stylesheet" href="css/aos.css" media="screen">
<link rel="stylesheet" href="flickity-docs/flickity.css" media="screen">
<link rel="stylesheet" href="css/style.css" media="screen">
</head>
<body>
<!--Modal Photo-------------------------------------------------------------------------------------------------->
<div id="popup-modal-photo" class="show-modal-photo">
<div id="x-modal-photo"><img src="imgs/x-button.svg"></div>
<div class="photo-popup">
<div class="main-carousel" data-flickity='{ "cellAlign": "left", "contain": true, "wrapAround": true }'>
<div class="carousel-cell">
<img src="imgs/img_1600x1080.jpg">
<!--add caption-->
<p class="caption">This is a caption for the slider</p>
</div>
<div class="carousel-cell">
<img src="imgs/img_1920x1080.jpg">
<!--add caption-->
<p class="caption">This is a caption for the slider</p>
</div>
</div>
</div>
</div>
<!--Load JS------------------------------------------------------------------------------------------------------>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js/script.js"></script>
<script src="flickity-docs/flickity.pkgd.js"></script>
</body>
</html>