Set flexible responsive video
This commit is contained in:
parent
4da91fb972
commit
810dff999e
@ -21,7 +21,7 @@ img {
|
||||
video {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-height: 480px;
|
||||
max-height: calc(100vh/1.5);
|
||||
}
|
||||
|
||||
/* plyr fix */
|
||||
|
@ -1,3 +1,3 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
__version__ = '0.2.6'
|
||||
__version__ = '0.2.7'
|
||||
|
Loading…
x
Reference in New Issue
Block a user