From 73580313b4784341496470cc2caaf3504881aba8 Mon Sep 17 00:00:00 2001 From: Alex Haslam Date: Sun, 8 Feb 2026 14:55:48 +0000 Subject: [PATCH] Make caption visible again --- layouts/shortcodes/carousel.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/shortcodes/carousel.html b/layouts/shortcodes/carousel.html index 2060ede5..73f3e258 100644 --- a/layouts/shortcodes/carousel.html +++ b/layouts/shortcodes/carousel.html @@ -59,8 +59,8 @@
+ class="relative w-full after:clear-both after:block after:content-['']" + style="overflow-x: clip; overflow-y: visible;"> {{ range $index, $image := $images }} {{ $hiddenClass := cond (eq $index 0) "" "hidden" }} {{ $resource := index $image "resource" }}