summaryrefslogtreecommitdiffstats
path: root/content/stream/2022-08-02.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Pagination of stream complete with working imagesMatthew Lemon2023-10-231-0/+10
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.