2016-03-03 22:24:18 +01:00
|
|
|
---
|
2016-03-04 18:37:24 +01:00
|
|
|
title: "Post: Gallery"
|
2016-03-03 22:24:18 +01:00
|
|
|
categories:
|
|
|
|
- Post Formats
|
|
|
|
tags:
|
|
|
|
- gallery
|
|
|
|
- Post Formats
|
|
|
|
- tiled
|
|
|
|
gallery:
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: unsplash-gallery-image-1.jpg
|
2016-03-18 16:31:55 +01:00
|
|
|
image_path: unsplash-gallery-image-1-th.jpg
|
|
|
|
alt: "placeholder image 1"
|
|
|
|
- url: unsplash-gallery-image-2.jpg
|
|
|
|
image_path: unsplash-gallery-image-2-th.jpg
|
|
|
|
alt: "placeholder image 2"
|
|
|
|
- url: unsplash-gallery-image-3.jpg
|
|
|
|
image_path: unsplash-gallery-image-3-th.jpg
|
|
|
|
alt: "placeholder image 3"
|
|
|
|
- url: unsplash-gallery-image-1.jpg
|
2016-03-06 03:29:08 +01:00
|
|
|
image_path: unsplash-gallery-image-1-th.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "placeholder image 1"
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: unsplash-gallery-image-2.jpg
|
|
|
|
image_path: unsplash-gallery-image-2-th.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "placeholder image 2"
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: unsplash-gallery-image-3.jpg
|
|
|
|
image_path: unsplash-gallery-image-3-th.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "placeholder image 3"
|
|
|
|
gallery2:
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: https://flic.kr/p/8a6Ven
|
|
|
|
image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "Black and grays with a hint of green"
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: https://flic.kr/p/8a738X
|
|
|
|
image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "Made for open text placement"
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: https://flic.kr/p/8a6VXP
|
|
|
|
image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "Fog in the trees"
|
|
|
|
gallery3:
|
2016-03-06 03:29:08 +01:00
|
|
|
- image_path: unsplash-gallery-image-2-th.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "placeholder image 2"
|
2016-03-06 03:29:08 +01:00
|
|
|
- image_path: unsplash-gallery-image-4-th.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "placeholder image 4"
|
|
|
|
---
|
2016-03-07 15:51:50 +01:00
|
|
|
|
2016-03-03 22:24:18 +01:00
|
|
|
These are gallery tests for image wrapped in `<figure>` elements.
|
|
|
|
|
|
|
|
To place a gallery add the necessary YAML Front Matter:
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
gallery:
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: unsplash-gallery-image-1.jpg
|
|
|
|
image_path: unsplash-gallery-image-1-th.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "placeholder image 1"
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: unsplash-gallery-image-2.jpg
|
|
|
|
image_path: unsplash-gallery-image-2-th.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "placeholder image 2"
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: unsplash-gallery-image-3.jpg
|
|
|
|
image_path: unsplash-gallery-image-3-th.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "placeholder image 3"
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: unsplash-gallery-image-4.jpg
|
|
|
|
image_path: unsplash-gallery-image-4-th.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "placeholder image 4"
|
|
|
|
```
|
|
|
|
|
|
|
|
And then drop-in the gallery include --- gallery `caption` is optional.
|
|
|
|
|
|
|
|
```liquid
|
|
|
|
{% raw %}{% include gallery caption="This is a sample gallery with **Markdown support**." %}{% endraw %}
|
|
|
|
```
|
|
|
|
|
|
|
|
{% include gallery caption="This is a sample gallery with **Markdown support**." %}
|
|
|
|
|
|
|
|
This is some text after the gallery just to make sure that everything aligns properly.
|
|
|
|
|
|
|
|
Here comes another gallery, this time set the `id` to match 2nd gallery hash in YAML Front Matter.
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
gallery2:
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: https://flic.kr/p/8a6Ven
|
|
|
|
image_path: https://farm2.staticflickr.com/1272/4697500467_8294dac099_q.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "Black and grays with a hint of green"
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: https://flic.kr/p/8a738X
|
|
|
|
image_path: https://farm5.staticflickr.com/4029/4697523701_249e93ba23_q.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "Made for open text placement"
|
2016-03-06 03:29:08 +01:00
|
|
|
- url: https://flic.kr/p/8a6VXP
|
|
|
|
image_path: https://farm5.staticflickr.com/4046/4697502929_72c612c636_q.jpg
|
2016-03-03 22:24:18 +01:00
|
|
|
alt: "Fog in the trees"
|
|
|
|
```
|
|
|
|
|
|
|
|
And place it like so:
|
|
|
|
|
|
|
|
```liquid
|
|
|
|
{% raw %}{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %}{% endraw %}
|
|
|
|
```
|
|
|
|
|
|
|
|
{% include gallery id="gallery2" caption="This is a second gallery example with images hosted externally." %}
|
|
|
|
|
2016-03-15 17:55:19 +01:00
|
|
|
And for giggles one more gallery just to make sure this works. To fill page content container add `class="full"`.
|
2016-03-03 22:24:18 +01:00
|
|
|
|
2016-03-15 17:55:19 +01:00
|
|
|
{% include gallery id="gallery3" class="full" caption="This is a third gallery example with two images and fills the entire content container." %}
|