Fixed Plyr container not resizing responsively
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
font-family: $plyr-font-family;
|
||||
font-variant-numeric: tabular-nums; // Force monosace-esque number widths
|
||||
font-weight: $plyr-font-weight-regular;
|
||||
height: 100%;
|
||||
line-height: $plyr-line-height;
|
||||
max-width: 100%;
|
||||
min-width: 200px;
|
||||
@ -21,7 +22,7 @@
|
||||
video,
|
||||
audio {
|
||||
border-radius: inherit;
|
||||
height: auto;
|
||||
height: 100%;
|
||||
vertical-align: middle;
|
||||
width: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user