plugins: add html5 video support

Shows ogv, mp4 and webm files inside a video tag
This commit is contained in:
David Cormier 2015-01-02 23:59:51 -05:00 committed by Lorenz Hübschle-Schneider
commit d8c4ba78c1
2 changed files with 14 additions and 1 deletions

View file

@ -309,6 +309,10 @@ div.embed img.embed {
max-width: 100%;
}
video.embed {
max-width: 100%;
}
div.colourbox {
display: inline-block;
border-radius: 3px;