Fix videos in status posts
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user