Limiting the max height of video elements
This commit is contained in:
parent
5cf5e0ce2b
commit
ca56a78814
@ -45,6 +45,7 @@ body .message-info.warning{
|
||||
video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 90vh;
|
||||
cursor: url('./images/cursor_pointer.png'), pointer;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user