Merge pull request #457 from btzr-io/patch-3

Fix video width
This commit is contained in:
Jeremy Kauffman 2017-08-10 18:49:07 -04:00 committed by GitHub
commit 7c5677f915

View file

@ -20,9 +20,10 @@ video {
position: relative;
video {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
left: 0;
}
&.video--hidden {
height: $height-video-embedded;