Set flexible responsive video

This commit is contained in:
2024-01-24 11:50:13 +08:00
parent 4da91fb972
commit 810dff999e
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ img {
video {
width: 100%;
height: auto;
max-height: 480px;
max-height: calc(100vh/1.5);
}
/* plyr fix */