1

Update photos to be clickable

This commit is contained in:
Evan Pratten 2022-11-25 19:58:38 -05:00
parent dcceac1fce
commit 81aed319c4
11 changed files with 42 additions and 10 deletions

View File

@ -1,5 +1,6 @@
---
title: Photography
sort_by: date
extra:
section_embed_mode: photos
---

View File

@ -0,0 +1,27 @@
---
title: Photos from Nova Scotia
date: 2019-08-09
description: My favorites from a larger collection of photos taken in Nova Scotia
extra:
cover_image: /photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg
---
<!-- ## Evening shots -->
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190804_195626-01.jpeg")}}
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190804_200022-01.jpeg")}}
## Ultra-wides
{{clickable_photo(path="/photos/nova-scotia-2019/PANO_20190805_123604.jpg")}}
{{clickable_photo(path="/photos/nova-scotia-2019/PANO_20190805_114718.jpg")}}
## Other interesting photos
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190808_152323-01.jpeg")}}
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190807_122409-01.jpeg")}}
{{clickable_photo(path="/photos/nova-scotia-2019/IMG_20190805_151052-01.jpeg")}}

View File

@ -12,30 +12,30 @@ While I was mainly focused on shooting video, I did take a few hundred photos al
<!-- ## From the streets -->
![](/photos/quebec-2017/20170621_132531-01.jpeg)
{{clickable_photo(path="/photos/quebec-2017/20170621_132531-01.jpeg")}}
![](/photos/quebec-2017/20170621_131126-01.jpeg)
{{clickable_photo(path="/photos/quebec-2017/20170621_131126-01.jpeg")}}
![](/photos/quebec-2017/20170621_225558-01.jpeg)
{{clickable_photo(path="/photos/quebec-2017/20170621_225558-01.jpeg")}}
<hr>
I am quite fond of this one, a super wide shot made from stitching a bunch of photos together in [Microsoft ICE](https://en.wikipedia.org/wiki/Image_Composite_Editor).
I am quite fond of this one, a super wide shot made from stitching a bunch of photos together in [Microsoft ICE](https://en.wikipedia.org/wiki/Image_Composite_Editor")}}.
![](/photos/quebec-2017/20170621_105853-01.jpeg)
{{clickable_photo(path="/photos/quebec-2017/20170621_105853-01.jpeg")}}
<hr>
![](/photos/quebec-2017/20170621_105921-01.jpeg)
{{clickable_photo(path="/photos/quebec-2017/20170621_105921-01.jpeg")}}
![](/photos/quebec-2017/20170622_112655-01.jpeg)
{{clickable_photo(path="/photos/quebec-2017/20170622_112655-01.jpeg")}}
<hr>
I also took a bunch of neat waterfall photos:
![](/photos/quebec-2017/20170622_152959-01.jpeg)
{{clickable_photo(path="/photos/quebec-2017/20170622_152959-01.jpeg")}}
![](/photos/quebec-2017/20170622_153509-02.jpeg)
{{clickable_photo(path="/photos/quebec-2017/20170622_153509-02.jpeg")}}
![](/photos/quebec-2017/20170622_153903-01.jpeg)
{{clickable_photo(path="/photos/quebec-2017/20170622_153903-01.jpeg")}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 689 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

@ -0,0 +1,4 @@
<a href="{{path}}">
<img src="{{path}}" {% if alt %} alt="{{alt}}" {% endif %}>
</a>
<br>