Add support for videos using ffmpeg for transcoding to webm format and HTML5 video tag.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user