video attachments from camera

This commit is contained in:
Marc Wäckerlin
2016-01-13 14:41:46 +00:00
parent 7a17c7e3ca
commit 343bdd8c7c
4 changed files with 240 additions and 43 deletions

View File

@@ -255,6 +255,21 @@ label[for=send] img {
width: 100%;
}
#preview img {
#msgs .msg .text video {
border-radius: 2ex;
-moz-border-radius: 2ex;
-webkit-border-radius: 2ex;
display: block;
width: 100%;
}
#videorecorder {
max-width: 100%;
width: auto;
height: auto;
text-align: center;
}
#preview img, #preview video {
height: 4em;
}