From 77e3e48d63b254956f173c1965c30d21234d8310 Mon Sep 17 00:00:00 2001 From: Contra Date: Wed, 10 Apr 2013 14:00:52 -0700 Subject: [PATCH] demo tuning --- examples/index.html | 27 +++++---------------------- package.json | 2 +- 2 files changed, 6 insertions(+), 23 deletions(-) diff --git a/examples/index.html b/examples/index.html index 0a01872..cc369d7 100644 --- a/examples/index.html +++ b/examples/index.html @@ -11,39 +11,22 @@ height: 100%; width: 100%; background-color: #333; - position: absolute; } .them { - height: 100%; /* TODO: fix */ width: 100%; - } - - .me { - z-index: 99; - bottom: 10px; - } - - video { max-width: 100%; + max-height: 100%; height: auto; } + .video-container { position: relative; - padding-bottom: 56.25%; - padding-top: 30px; - height: 0; overflow: hidden; - } - - .video-container iframe, - .video-container object, - .video-container embed { - position: absolute; - top: 0; - left: 0; - width: 100%; height: 100%; + width: 100%; + max-width: 100%; + max-height: 100%; } diff --git a/package.json b/package.json index c240079..b5d0d11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "holla", "description": "An abstraction over P2P video/voice/data connections using WebRTC", - "version": "0.6.3", + "version": "0.6.3-2", "homepage": "http://github.com/wearefractal/holla", "repository": "git://github.com/wearefractal/holla.git", "author": "Fractal (http://wearefractal.com/)",