adding max-height for embedded video

This commit is contained in:
Kris Aubuchon 2014-12-08 15:39:36 -05:00
parent 7069ee16e2
commit 448acc627b
2 changed files with 5 additions and 0 deletions

View File

@ -277,6 +277,7 @@
cursor: default;
video {
max-width: 100%;
max-height: 500px;
height: auto;
}
audio {

View File

@ -510,6 +510,10 @@ iframe {
max-width: 100%;
}
video {
max-height: 500px;
}
@keyframes fadein {
from {opacity: 0;}
to {opacity: 1;}