Browse Source

Added user search chatto video

master
Rohan Sircar 4 years ago
parent
commit
5210649220
  1. 3
      content/projects/chatto-a-self-hosted-e2ee-chat-application.md
  2. 13
      layouts/shortcodes/apvid.html
  3. BIN
      static/img/projects/chatto/chatto-preview-usersearch.webm

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

@ -95,3 +95,6 @@ Note - passphrase is not stored on the server, or anywhere other than client's m
### Markdown in chat
{{< avid >}}/img/projects/chatto/chatto-preview-markdown.webm{{</ avid>}}
### User search
{{< apvid >}}/img/projects/chatto/chatto-preview-usersearch.webm{{< /apvid >}}

13
layouts/shortcodes/apvid.html

@ -1,5 +1,14 @@
<p align="center">
<video autoPlay muted loop>
<video autoPlay muted loop class="apvid">
<source type="video/mp4" src="{{- .Inner -}}" />
</video>
</p>
</p>
<style>
@media only screen and (max-width: 600px) {
.apvid {
width: 100% !important;
height: auto !important;
}
}
</style>

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

Loading…
Cancel
Save