Set flexible responsive video
This commit is contained in:
parent
4da91fb972
commit
810dff999e
@ -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 */
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '0.2.6'
|
__version__ = '0.2.7'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user