From 274455885d99e13b92eeb7addcf0bc25caf70135 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Wed, 18 Nov 2020 15:35:28 -0800 Subject: [PATCH] fluid video --- docs/index.html | 13 ++++++++++--- docs/styles.css | 30 +++++++++++++++++++++++------- 2 files changed, 33 insertions(+), 10 deletions(-) diff --git a/docs/index.html b/docs/index.html index a4ab1f1..fd6d744 100644 --- a/docs/index.html +++ b/docs/index.html @@ -27,9 +27,16 @@

Friday Night Funkin' - Rhythm game extraordinaire

- + +
+
+ +
+
+ +

Friday Night Funkin' is a dope ass rhythm game.

diff --git a/docs/styles.css b/docs/styles.css index 42d86e7..3d65362 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -8,7 +8,7 @@ #wrapper { - padding: 25px; + padding: 20px; margin: auto; } @@ -21,17 +21,11 @@ h1 { text-align: center; } -iframe { - margin: auto; - display:block; -} - body { background-image: url('img/skin-funkin-cardbordtoast.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; - background-size: 100% 130%; color:white; background-color: #000; font-family: Arial, Helvetica, sans-serif; @@ -67,3 +61,25 @@ a { color:inherit; { color: #fa5c5c; } + +#coolervidwrapper { + padding-left: min(12em, 75%); + padding-right: min(12em, 75%); + min-width: 30%; +} + +.videoWrapper { + position: relative; + padding-bottom: 56.25%; /* 16:9 */ + height: 0; + + max-block-size: 1400px; +} +.videoWrapper iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + +}