diff options
| author | Kawandeep Virdee | 2013-11-10 11:21:51 -0500 |
|---|---|---|
| committer | Kawandeep Virdee | 2013-11-10 11:21:51 -0500 |
| commit | d6dc09807926d9b1f8f5657b6c1e773d9978993d (patch) | |
| tree | 255a9e84f7c9f76e7cd38345184aefe1ea007b20 /assets/css/application.css | |
| parent | b8489c7cb7fbabb1186197bd546a6800bb55d0bf (diff) | |
| download | clip-play-d6dc09807926d9b1f8f5657b6c1e773d9978993d.tar.bz2 | |
expand video
Diffstat (limited to 'assets/css/application.css')
| -rw-r--r-- | assets/css/application.css | 19 |
1 files changed, 19 insertions, 0 deletions
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{ +} |
