From d6dc09807926d9b1f8f5657b6c1e773d9978993d Mon Sep 17 00:00:00 2001 From: Kawandeep Virdee Date: Sun, 10 Nov 2013 11:21:51 -0500 Subject: expand video --- assets/css/application.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'assets/css/application.css') diff --git a/assets/css/application.css b/assets/css/application.css index 1c6d241..fa98475 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -194,3 +194,22 @@ header { font-size: 2em; line-height: 1; } + + +.responsive-object { + height: 0; + overflow: hidden; + } + .responsive-object iframe, + .responsive-object object, + .responsive-object embed { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + position:absolute; + } + +.sample-media{ +} -- cgit v1.2.3