Add support for videos using ffmpeg for transcoding to webm format and HTML5 video tag.

This commit is contained in:
Jerome Charaoui
2013-12-20 22:40:25 -05:00
parent 9c8beb0cc5
commit 6f482f8f78
5 changed files with 194 additions and 51 deletions

View File

@ -91,9 +91,14 @@ a:hover {
right: 0;
text-align: center;
}
#photo-box {
#photo-box, #video-box {
display: inline;
}
#video-box-inner {
position: absolute;
top: 50%;
width: 100%;
}
#photo-links {
background-color: #000000;
font-weight: bold;