summaryrefslogtreecommitdiff
path: root/static/webcam/webcam.js
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-26 23:20:06 -0400
committersostler <sbostler@gmail.com>2010-05-26 23:20:06 -0400
commitf057fd141ec80bfd042914ed7d1439962b1ff160 (patch)
treef9714add8842de33f28f1cbee26f70e7d9d0f6ad /static/webcam/webcam.js
parent4f8872dcd59a3fc1ed3648533c1b6cf5745aabef (diff)
parent88a1325b9b5f1fdc90c29e985caecf9dc6429ddf (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/webcam/webcam.js')
-rw-r--r--static/webcam/webcam.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/webcam/webcam.js b/static/webcam/webcam.js
index 411c86d..f7ff5c4 100644
--- a/static/webcam/webcam.js
+++ b/static/webcam/webcam.js
@@ -56,7 +56,7 @@ window.webcam = {
show: function() {
var closeHtml = '<img src="/static/webcam/close.gif" onclick="webcam.hide()" id="webcam-button-close" />'
- var camHtml = '<div id="webcam-preview">' + webcam.get_html(320, 240) + closeHtml + "</div>"
+ var camHtml = '<div id="webcam-preview">' + webcam.get_html(480, 360) + closeHtml + "</div>"
$("body").append(camHtml)
$("#webcam-button-upload").addClass("invisible")
$("#webcam-button-snap").removeClass("invisible")