summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index cbd7eb3..11b6be5 100644
--- a/style.scss
+++ b/style.scss
@@ -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%;
+}