damits auch ohne js geht

This commit is contained in:
noxy 2017-02-02 14:12:38 +00:00
parent 2c19f69d5a
commit 23d611e3c3

View File

@ -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 {