diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 23:04:40 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 23:04:40 +0300 |
| commit | d1fee8dccd2bbcbec5d42d9de1e6adadfa70d952 (patch) | |
| tree | 73b876e5e8c02ac47e1e67cb65fc0b0db0a0fb3b /_gallery/02-otsikoton-galleria.json | |
| parent | 10cff292ba44f3e20446c4110d2c9dda78fde761 (diff) | |
Rename gallery jsons for ordering purposes
Diffstat (limited to '_gallery/02-otsikoton-galleria.json')
| -rw-r--r-- | _gallery/02-otsikoton-galleria.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/_gallery/02-otsikoton-galleria.json b/_gallery/02-otsikoton-galleria.json new file mode 100644 index 0000000..a86859e --- /dev/null +++ b/_gallery/02-otsikoton-galleria.json @@ -0,0 +1,22 @@ +{ + "show_title": false, + "column_count": 3, + "images": [ + { + "title": "placeholder 1", + "src_thumbnail": "https://via.placeholder.com/200x200", + "src_hiq": "https://via.placeholder.com/1000x1000" + }, + { + "title": "placeholder 2", + "src_hiq": "https://via.placeholder.com/1000x1000", + "src_thumbnail": "https://via.placeholder.com/200x200" + }, + { + "title": "placeholder 3", + "src_thumbnail": "/media/hassu.png", + "src_hiq": "/media/hassu.png" + } + ], + "title": "02 Otsikoton galleria" +}
\ No newline at end of file |
