From b970808bccebdbd102ef5f2337c74f3c2f99d1e9 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 23 Oct 2023 15:05:16 +0100 Subject: Pagination of stream complete with working images 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. --- content/stream/img/barrow_tesco_extra.jpg | Bin 0 -> 37718 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 content/stream/img/barrow_tesco_extra.jpg (limited to 'content/stream/img') diff --git a/content/stream/img/barrow_tesco_extra.jpg b/content/stream/img/barrow_tesco_extra.jpg new file mode 100644 index 0000000..29e6d8c Binary files /dev/null and b/content/stream/img/barrow_tesco_extra.jpg differ -- cgit v1.2.3