diff options
author | pacien | 2019-12-21 06:56:38 +0100 |
---|---|---|
committer | pacien | 2019-12-21 06:56:38 +0100 |
commit | 93d2fb4280aef9ba99e0c1b7f854a83e2db646b6 (patch) | |
tree | c8f2b54e6896e06056d3256305065c163b3493ae /example | |
parent | 085bd8dc48d8d0e690cec829a21e672281b8b0f1 (diff) | |
download | ldgallery-93d2fb4280aef9ba99e0c1b7f854a83e2db646b6.tar.gz |
example: fix index json
Diffstat (limited to 'example')
-rw-r--r-- | example/index.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/example/index.json b/example/index.json index c7d75e6..741760c 100644 --- a/example/index.json +++ b/example/index.json | |||
@@ -8,7 +8,7 @@ | |||
8 | "photographer.nphilou", | 8 | "photographer.nphilou", |
9 | "location.germany.berlin", | 9 | "location.germany.berlin", |
10 | "books", | 10 | "books", |
11 | "book-shop" | 11 | "book-shop", |
12 | "location.switzerland.ormont-dessus", | 12 | "location.switzerland.ormont-dessus", |
13 | "glacier3000", | 13 | "glacier3000", |
14 | "time.day", | 14 | "time.day", |
@@ -38,7 +38,7 @@ | |||
38 | "properties": { | 38 | "properties": { |
39 | "type": "image", | 39 | "type": "image", |
40 | "filesize": 987, | 40 | "filesize": 987, |
41 | "resolution": { "width": 3840, "height": 2160 }, | 41 | "resolution": { "width": 3840, "height": 2160 } |
42 | } | 42 | } |
43 | }, | 43 | }, |
44 | { | 44 | { |
@@ -79,7 +79,7 @@ | |||
79 | "properties": { | 79 | "properties": { |
80 | "type": "image", | 80 | "type": "image", |
81 | "filesize": 355, | 81 | "filesize": 355, |
82 | "resolution": { "width": 3840, "height": 2160 }, | 82 | "resolution": { "width": 3840, "height": 2160 } |
83 | } | 83 | } |
84 | }, | 84 | }, |
85 | { | 85 | { |
@@ -100,7 +100,7 @@ | |||
100 | "properties": { | 100 | "properties": { |
101 | "type": "image", | 101 | "type": "image", |
102 | "filesize": 447, | 102 | "filesize": 447, |
103 | "resolution": { "width": 3840, "height": 2160 }, | 103 | "resolution": { "width": 3840, "height": 2160 } |
104 | } | 104 | } |
105 | } | 105 | } |
106 | ] | 106 | ] |