mirror of
https://git.witchcraft.systems/scientific-witchery/pds-dash.git
synced 2025-06-08 07:54:05 +10:00
GIF support (#5)
Reviewed-on: https://git.witchcraft.systems/scientific-witchery/pds-dash/pulls/5
This commit is contained in:
parent
79d5694dd1
commit
c3dfb2e48d
3 changed files with 15 additions and 9 deletions
|
@ -141,6 +141,13 @@
|
|||
controls
|
||||
></video>
|
||||
{/if}
|
||||
{#if post.gifLink}
|
||||
<img
|
||||
id="embedVideo"
|
||||
src="{post.gifLink}"
|
||||
alt="Post GIF"
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue