-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·38 lines (33 loc) · 2.46 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Litebox</title>
<link rel="stylesheet" href="dist/css/litebox.css">
</head>
<body>
<a href="http://deelay.me/1500/https://images.unsplash.com/photo-1508616987956-0cdacd91ac2f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=401e531bcb93d5f6712d91e77cfd4997&auto=format&fit=crop&w=700&q=95" data-litebox data-href="https://source.unsplash.com/random/1280x600">
<img width="200" height="200" src="https://images.unsplash.com/photo-1508616987956-0cdacd91ac2f?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=401e531bcb93d5f6712d91e77cfd4997&auto=format&fit=crop&w=700&q=80" alt="Testing">
</a>
<a href="http://deelay.me/1500/https://images.unsplash.com/photo-1511993226957-cd166aba52d8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a464b0ccb46ebad0a3763974158a8cc5&auto=format&fit=crop&w=643&q=95" title="Another title" data-gallery="4" data-litebox>
<img width="200" height="200" src="https://images.unsplash.com/photo-1511993226957-cd166aba52d8?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a464b0ccb46ebad0a3763974158a8cc5&auto=format&fit=crop&w=643&q=80" alt="Testing">
</a>
<a href="http://deelay.me/1500/https://images.unsplash.com/photo-1519456420145-4774378b086a?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a576b6ce681a930248f37039c3b0aae0&auto=format&fit=crop&w=635&q=80" data-gallery="4" data-litebox>
<img width="200" height="200" src="https://images.unsplash.com/photo-1519456420145-4774378b086a?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=a576b6ce681a930248f37039c3b0aae0&auto=format&fit=crop&w=635&q=80" alt="Testing">
</a>
<a href="http://deelay.me/1500/https://images.unsplash.com/photo-1519678142103-c78ae3983171?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=11160def9bf74a12fe883ae9d19036aa&auto=format&fit=crop&w=1050&q=100" data-gallery="4" title="title 4" data-litebox>
<img width="200" height="200" src="https://images.unsplash.com/photo-1519678142103-c78ae3983171?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=11160def9bf74a12fe883ae9d19036aa&auto=format&fit=crop&w=1050&q=80" alt="Testing">
</a>
<template id="tmpl">
<img class="litebox-image" data-action="image">
</template>
<script src="/src/js/litebox.js"></script>
<script>
new Litebox({
//template: '#tmpl'
});
</script>
</body>
</html>