Limiting the max height of video elements

This commit is contained in:
David Négrier 2021-06-15 14:56:03 +02:00
parent 5cf5e0ce2b
commit ca56a78814

View file

@ -45,6 +45,7 @@ body .message-info.warning{
video {
width: 100%;
height: 100%;
max-height: 90vh;
cursor: url('./images/cursor_pointer.png'), pointer;
}