Make caption visible again

This commit is contained in:
Alex Haslam
2026-02-08 14:55:48 +00:00
parent b509f51f9b
commit 73580313b4
+2 -2
View File
@@ -59,8 +59,8 @@
</div>
<div
class="relative w-full overflow-hidden after:clear-both after:block after:content-['']"
style="clip-path: inset(0 0 -9999px 0);">
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" }}