Added user search chatto video
This commit is contained in:
parent
3e954e329d
commit
5210649220
@ -95,3 +95,6 @@ Note - passphrase is not stored on the server, or anywhere other than client's m
|
|||||||
|
|
||||||
### Markdown in chat
|
### Markdown in chat
|
||||||
{{< avid >}}/img/projects/chatto/chatto-preview-markdown.webm{{</ avid>}}
|
{{< avid >}}/img/projects/chatto/chatto-preview-markdown.webm{{</ avid>}}
|
||||||
|
|
||||||
|
### User search
|
||||||
|
{{< apvid >}}/img/projects/chatto/chatto-preview-usersearch.webm{{< /apvid >}}
|
@ -1,5 +1,14 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<video autoPlay muted loop>
|
<video autoPlay muted loop class="apvid">
|
||||||
<source type="video/mp4" src="{{- .Inner -}}" />
|
<source type="video/mp4" src="{{- .Inner -}}" />
|
||||||
</video>
|
</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
Normal file
BIN
static/img/projects/chatto/chatto-preview-usersearch.webm
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user