From dd9aeadf6072b5262de4396ea01061294316eec4 Mon Sep 17 00:00:00 2001 From: joak Date: Fri, 15 Aug 2025 04:04:51 +0200 Subject: correctin caption video and images --- assets/static/style.css | 1 + templates/blocks/video.html | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/static/style.css b/assets/static/style.css index af14148..493b64b 100644 --- a/assets/static/style.css +++ b/assets/static/style.css @@ -302,6 +302,7 @@ div.previews{ } .caption{ margin-bottom: 1vH; + font-size: 75%; } /*gallery end*/ diff --git a/templates/blocks/video.html b/templates/blocks/video.html index b906e9d..55c55e5 100644 --- a/templates/blocks/video.html +++ b/templates/blocks/video.html @@ -1,9 +1,11 @@
- {%if this.caption %}

{{ this.caption }}

{% endif %}
+ {% if this.caption %} +
{{this.caption}}
+ {% endif %}
-- cgit v1.2.3