Skip to content

Commit

Permalink
fix(FEC-7257): poster background size change to contain (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvir Hazout authored and Dan Ziv committed Oct 20, 2017
1 parent e6f3d67 commit 71f56f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
width: 100%; height: 100%;
z-index: 10;
background-position: center center;
background-size: cover;
background-size: contain;

.pre-playback-play-button {
position: absolute;
Expand Down

0 comments on commit 71f56f7

Please sign in to comment.