diff --git a/src/player.styl b/src/player.styl index 849f29f..7a0634e 100644 --- a/src/player.styl +++ b/src/player.styl @@ -1,3 +1,10 @@ +fullscreen() + position: fixed + top: 0 + left: 0 + width: 100% + height: 100% + html background: #000 @@ -14,8 +21,4 @@ body text-align: center .video - position: fixed - top: 0 - left: 0 - width: 100% - height: 100% + fullscreen()