Better video/gif support

This commit is contained in:
Zed 2019-06-24 05:14:14 +02:00
parent 8f7c61eab6
commit 861ac7a593
7 changed files with 151 additions and 39 deletions

View file

@ -593,3 +593,8 @@ nav {
top: calc(50% - 20px);
font-size: 20px;
}
video {
height: 100%;
width: 100%;
}