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 Tor Hveem
commit b6260e7cc7
2 changed files with 14 additions and 1 deletions

View file

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