diff options
| author | tim b <timb@camcompu.home> | 2010-05-25 01:00:30 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-05-25 01:00:30 -0700 |
| commit | d479c54031401f8e7388c423a33c6d007e1ead1f (patch) | |
| tree | 28d8b212dacc8d06fb1ebb6bbfe80e9c2658a3f5 /static/webcam | |
| parent | 64be2d5bfde815751bc152d0b49798865adbaf28 (diff) | |
make webcam bigger, change output filename
Diffstat (limited to 'static/webcam')
| -rw-r--r-- | static/webcam/webcam.js | 2 | ||||
| -rw-r--r-- | static/webcam/webcam.swf | bin | 18933 -> 23702 bytes |
2 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") diff --git a/static/webcam/webcam.swf b/static/webcam/webcam.swf Binary files differindex ce7b114..122624e 100644 --- a/static/webcam/webcam.swf +++ b/static/webcam/webcam.swf |
