summaryrefslogtreecommitdiff
path: root/static/webcam/webcam.js
diff options
context:
space:
mode:
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")