Skip to content

Commit

Permalink
Wrap mp4 source url in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Sep 18, 2024
1 parent 7091d31 commit bfd80a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news/_posts/2024-08-26-open-call.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: call
---

<video width="720" height="1280" controls>
<source src={{ "/assets/video/open_call_august_2024_low.mp4" | relative_url }} type="video/mp4">
<source src="{{ "/assets/video/open_call_august_2024_low.mp4" | relative_url }}" type="video/mp4">
Your browser does not support the video tag.
</video>
<br>
Expand Down

0 comments on commit bfd80a1

Please sign in to comment.