Browse Source

Switched from mkv to webm

master
Rohan Sircar 4 years ago
parent
commit
2141820079
  1. 4
      content/projects/chatto-a-self-hosted-e2ee-chat-application.md
  2. 2
      layouts/shortcodes/apvid.html
  3. 2
      layouts/shortcodes/avid.html
  4. BIN
      static/img/projects/chatto/chatto-preview-infinite-scroll-2.webm
  5. BIN
      static/img/projects/chatto/chatto-preview-infinite-scroll.mkv
  6. BIN
      static/img/projects/chatto/chatto-preview-markdown.mkv
  7. BIN
      static/img/projects/chatto/chatto-preview-markdown.webm

4
content/projects/chatto-a-self-hosted-e2ee-chat-application.md

@ -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>}}

2
layouts/shortcodes/apvid.html

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

2
layouts/shortcodes/avid.html

@ -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>

BIN
static/img/projects/chatto/chatto-preview-infinite-scroll-2.webm

BIN
static/img/projects/chatto/chatto-preview-infinite-scroll.mkv

BIN
static/img/projects/chatto/chatto-preview-markdown.mkv

BIN
static/img/projects/chatto/chatto-preview-markdown.webm

Loading…
Cancel
Save