GIF support (#5)
All checks were successful
Deploy / Deploy (push) Successful in 28s

Reviewed-on: #5
This commit is contained in:
Astra 2025-05-10 15:52:44 +00:00
parent 79d5694dd1
commit c3dfb2e48d
3 changed files with 15 additions and 9 deletions

View file

@ -141,6 +141,13 @@
controls
></video>
{/if}
{#if post.gifLink}
<img
id="embedVideo"
src="{post.gifLink}"
alt="Post GIF"
/>
{/if}
</div>
</div>