adding max-height for embedded video
This commit is contained in:
parent
7069ee16e2
commit
448acc627b
|
@ -277,6 +277,7 @@
|
|||
cursor: default;
|
||||
video {
|
||||
max-width: 100%;
|
||||
max-height: 500px;
|
||||
height: auto;
|
||||
}
|
||||
audio {
|
||||
|
|
|
@ -510,6 +510,10 @@ iframe {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
video {
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
from {opacity: 0;}
|
||||
to {opacity: 1;}
|
||||
|
|
Loading…
Reference in New Issue