Fix #1187 auto-insert <audio> and <video> tags for appropriate attachments

This commit is contained in:
Kijin Sung 2019-08-13 15:36:34 +09:00
parent 023081019d
commit e65b1caf3c
3 changed files with 34 additions and 18 deletions

View file

@ -38,13 +38,13 @@ a img {
line-height: @default_line_height;
}
}
img {
img, video {
max-width: 100%;
height: auto;
}
}
@media screen {
img {
img, video {
max-width: none;
}
}