Added a 'you don't have HTML5 so this video will not work' warning using just the inherent properties of the <video> tag (and some css for style)
This commit is contained in:
@@ -298,6 +298,14 @@ p.media_specs {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.no_html5 {
|
||||
background: black;
|
||||
color: white;
|
||||
text-align: center;
|
||||
height: 160px;
|
||||
padding: 130px 10px 20px 10px;
|
||||
}
|
||||
|
||||
/* icons */
|
||||
|
||||
img.media_icon {
|
||||
|
||||
Reference in New Issue
Block a user