Switched from mkv to webm
This commit is contained in:
parent
52cc44f890
commit
2141820079
@ -86,7 +86,7 @@ Chatto is a self hosted, end to end encrypted chat application.
|
|||||||
</source>
|
</source>
|
||||||
</video> -->
|
</video> -->
|
||||||
### Infinite scroll
|
### 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.
|
Decryption takes place on the fly on a background thread using the web worker API for a smooth user experience.
|
||||||
|
|
||||||
### E2EE Passphrase
|
### 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.
|
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
|
### Markdown in chat
|
||||||
{{< avid >}}/img/projects/chatto/chatto-preview-markdown.mkv{{</ avid>}}
|
{{< avid >}}/img/projects/chatto/chatto-preview-markdown.webm{{</ avid>}}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<video autoplay loop>
|
<video autoPlay muted loop>
|
||||||
<source type="video/mp4" src="{{- .Inner -}}" />
|
<source type="video/mp4" src="{{- .Inner -}}" />
|
||||||
</video>
|
</video>
|
||||||
</p>
|
</p>
|
@ -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 -}}" />
|
<source type="video/mp4" src="{{- .Inner -}}" />
|
||||||
</video>
|
</video>
|
BIN
static/img/projects/chatto/chatto-preview-infinite-scroll-2.webm
Normal file
BIN
static/img/projects/chatto/chatto-preview-infinite-scroll-2.webm
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
static/img/projects/chatto/chatto-preview-markdown.webm
Normal file
BIN
static/img/projects/chatto/chatto-preview-markdown.webm
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user