diff options
| author | Jan T <jans.tuomi@gmail.com> | 2022-07-11 19:59:10 +0000 |
|---|---|---|
| committer | Jan T <jans.tuomi@gmail.com> | 2022-07-11 19:59:10 +0000 |
| commit | b751b3e9f84c692ef1a2df662018b2b958b810ad (patch) | |
| tree | aaaaf17830a005d56cfa14d4008515a1b064002a | |
| parent | 8d58567f810bd0fb86a856fadd31211602f3d76c (diff) | |
Create Gallery “otsikoton-galleria”
| -rw-r--r-- | _gallery/otsikoton-galleria.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/_gallery/otsikoton-galleria.json b/_gallery/otsikoton-galleria.json new file mode 100644 index 0000000..66aaea5 --- /dev/null +++ b/_gallery/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": "Otsikoton galleria" +}
\ No newline at end of file |
