summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/streamimage.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-23Pagination of stream complete with working imagesMatthew Lemon1-4/+2
To include an image in the stream, you have to use the streamimage shortcode, e.g. {{< streamimage filename="bobbins.jpg" >}} bobbins.jpg must be saved in content/stream/img. You can include a "size" param in the shortcode (a string as number), which is translated as a height attribute in the img html tag.
2023-10-23wip: more on pagination - trying to understand .ScratchMatthew Lemon1-2/+4
2023-10-23wip: continuing with the pagination workMatthew Lemon1-0/+3