plugins: add html5 video support
Shows ogv, mp4 and webm files inside a video tag
This commit is contained in:
parent
849da1b5a2
commit
b6260e7cc7
2 changed files with 14 additions and 1 deletions
|
@ -320,6 +320,10 @@ div.embed img.embed {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
video.embed {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
div.colourbox {
|
||||
display: inline-block;
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue