Fix videos in status posts

This commit is contained in:
2024-04-21 13:57:40 +10:00
parent 43b92f49be
commit 7398ea2d13
5 changed files with 34 additions and 14 deletions

View File

@@ -52,7 +52,6 @@ article class="h-entry"
video loop=false muted=true controls=true
source type="video/mp4" src="#{video["value"]}"
figcaption= video["alt"]
a href="#" data-replay="video-#{index}" Replay
- if post.location
@@ -167,4 +166,4 @@ article class="h-entry"
svg width="10" height="10" viewBox="0 0 10 10"
clipPath id="squircleClip" clipPathUnits="objectBoundingBox"
path fill="red" stroke="none" d="M 0,0.5 C 0,0 0,0 0.5,0 S 1,0 1,0.5 1,1 0.5,1 0,1 0,0.5"
path fill="red" stroke="none" d="M 0,0.5 C 0,0 0,0 0.5,0 S 1,0 1,0.5 1,1 0.5,1 0,1 0,0.5"