Set flexible responsive video

This commit is contained in:
Astound 2024-01-24 11:50:13 +08:00
parent 4da91fb972
commit 810dff999e
Signed by: kaiser
GPG Key ID: 97504AF0027B1A56
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,3 +1,3 @@
from __future__ import unicode_literals from __future__ import unicode_literals
__version__ = '0.2.6' __version__ = '0.2.7'