Added user search chatto video

This commit is contained in:
Rohan Sircar 2020-06-19 14:16:00 +05:30
parent 3e954e329d
commit 5210649220
3 changed files with 14 additions and 2 deletions

View File

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

View File

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