#Photo
25 posts tagged “Photo”
25 posts tagged “Photo”
Took this walking to the swimming pool this morning. The fog was sitting low over the field, backlit by the rising sun and cutting the trees off at the knees. Found it very atmospheric, almost other worldly.
Flickr album collecting prints off the Bambu Lab A1 Mini — a running photo dump alongside the write-ups, updated as new prints come off the bed.
Short code for embedding Flickr albums easily. Here demonstrated with my Inkotober 2020 album.
Short code defined like this
<a data-flickr-embed="true" data-header="true" data-footer="true"
href="{{ index .Params 1 }}"
title="{{ index .Params 0 }}">
<img src="{{ index .Params 2 }}"
width="800" height="600"
alt="{{ index .Params 0 }}">
</a><script async src="//embedr.flickr.com/assets/client-code.js" charset="utf-8"></script>First parameter is the album title. Second parameter is the album URL. Third parameter is a URL to an image to use for the album.
Photos from recent trip to Hornsea.
Testing a Flickr shortcode I found here flickr-hugo-embed and tweaked for my own needs.

