Skip to content

Commit

Permalink
fix: add hevc video for safari ios
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 4, 2023
1 parent a7b6773 commit 31b47e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/blog/prose-development-update-november-2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ head:

<video controls poster="/blog/prose-development-update-november-2023/video-preview.webp" preload="none" style="width: 100%;">
<source src="https://files.prose.org/public/videos/blog/prose-development-update-november-2023/development-update-vp9.webm" type="video/webm; codecs=vp9,opus">
<source src="https://files.prose.org/public/videos/blog/prose-development-update-november-2023/development-update-hvc1.mp4" type="video/mp4; codecs=hvc1">
<a href="https://files.prose.org/public/videos/blog/prose-development-update-november-2023/development-update-vp9.webm">Play video</a>
</video>

0 comments on commit 31b47e4

Please sign in to comment.