diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -6,3 +6,19 @@ #backlinks { display: none; } + +// fill width and height - with black edges as needed +.videocontainer { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: #000; + z-index: 999; +} +video { + display: block; + width: 100%; + height: 100%; +} |