Limiting the max height of video elements
This commit is contained in:
parent
5cf5e0ce2b
commit
ca56a78814
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ body .message-info.warning{
|
|||
video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 90vh;
|
||||
cursor: url('./images/cursor_pointer.png'), pointer;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue