Skip to content

Commit

Permalink
demo tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Apr 10, 2013
1 parent 3c9b6ec commit 77e3e48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
27 changes: 5 additions & 22 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}
</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (http://wearefractal.com/)",
Expand Down

0 comments on commit 77e3e48

Please sign in to comment.