damits auch ohne js geht
This commit is contained in:
parent
2c19f69d5a
commit
23d611e3c3
10
s/style.css
10
s/style.css
|
@ -160,6 +160,11 @@ img {
|
|||
width: 888px;
|
||||
}
|
||||
|
||||
video#player {
|
||||
max-width: 100%;
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
/* Plyr */
|
||||
.plyr--audio .plyr__controls {
|
||||
padding: 0;
|
||||
|
@ -174,7 +179,7 @@ img {
|
|||
|
||||
.plyr audio, .plyr video {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
height: auto!important;
|
||||
vertical-align: middle;
|
||||
border-radius: inherit;
|
||||
}
|
||||
|
@ -243,7 +248,8 @@ img {
|
|||
}
|
||||
|
||||
.plyr--fullscreen-active video {
|
||||
height: 100%;
|
||||
height: 100%!important;
|
||||
max-width: 100%!important;
|
||||
}
|
||||
|
||||
.plyr--fullscreen-active {
|
||||
|
|
Loading…
Reference in New Issue
Block a user