Fix issues with fixed ratios and 100% height/width

This commit is contained in:
Sam Potts
2020-01-14 22:32:45 +00:00
parent a77d2d56f6
commit def3668030
3 changed files with 5 additions and 2 deletions

View File

@ -15,8 +15,10 @@
.plyr__video-wrapper {
background: #000;
border-radius: inherit;
margin: auto;
overflow: hidden;
position: relative;
width: 100%;
// Require z-index to force border-radius
z-index: 0;
}