forked from andyzg/gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
29 lines (29 loc) · 871 Bytes
/
config.json
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
{
"Mockups": [],
"Travel Photography": [
{
"height": 1350,
"compressed_path": "./photos/Travel Photography/2.min.jpg",
"width": 1080,
"compressed": false,
"placeholder_path": "./photos/Travel Photography/2.placeholder.jpg",
"path": "./photos/Travel Photography/2.jpg"
},
{
"height": 1350,
"compressed_path": "./photos/Travel Photography/3.min.jpg",
"width": 1080,
"compressed": false,
"placeholder_path": "./photos/Travel Photography/3.placeholder.jpg",
"path": "./photos/Travel Photography/3.jpg"
},
{
"height": 1349,
"compressed_path": "./photos/Travel Photography/1.min.jpg",
"width": 1080,
"compressed": false,
"placeholder_path": "./photos/Travel Photography/1.placeholder.jpg",
"path": "./photos/Travel Photography/1.jpg"
}
]
}