Switched from mkv to webm

This commit is contained in:
Rohan Sircar 2020-06-17 18:22:22 +05:30
parent 52cc44f890
commit 2141820079
7 changed files with 4 additions and 4 deletions

View File

@ -86,7 +86,7 @@ Chatto is a self hosted, end to end encrypted chat application.
</source>
</video> -->
### Infinite scroll
{{< apvid >}}/img/projects/chatto/chatto-preview-infinite-scroll-2.mkv{{< /apvid >}}
{{< apvid >}}/img/projects/chatto/chatto-preview-infinite-scroll-2.webm{{< /apvid >}}
Decryption takes place on the fly on a background thread using the web worker API for a smooth user experience.
### E2EE Passphrase
@ -94,4 +94,4 @@ Decryption takes place on the fly on a background thread using the web worker AP
Note - passphrase is not stored on the server, or anywhere other than client's memory. The app simply checks whether decryption was successful to determine whether the passphrase is correct.
### Markdown in chat
{{< avid >}}/img/projects/chatto/chatto-preview-markdown.mkv{{</ avid>}}
{{< avid >}}/img/projects/chatto/chatto-preview-markdown.webm{{</ avid>}}

View File

@ -1,5 +1,5 @@
<p align="center">
<video autoplay loop>
<video autoPlay muted loop>
<source type="video/mp4" src="{{- .Inner -}}" />
</video>
</p>

View File

@ -1,4 +1,4 @@
<video autoplay loop style=" width: 100% !important; height: auto !important;">
<video autoPlay muted loop style=" width: 100% !important; height: auto !important;">
<source type="video/mp4" src="{{- .Inner -}}" />
</video>