Vimeo ratio fixes

This commit is contained in:
Sam Potts
2020-04-19 19:51:06 +10:00
parent 502d5977d7
commit 9c7e429b48
6 changed files with 51 additions and 42 deletions

View File

@ -71,8 +71,6 @@
&.plyr--vimeo .plyr__video-wrapper {
height: 0;
position: relative;
top: 50%;
transform: translateY(-50%);
}
// Display correct icon

View File

@ -17,6 +17,7 @@
height: 100%;
margin: auto;
overflow: hidden;
position: relative;
width: 100%;
}