From bd7fa308c09d21d068a44ae6e6638266da5323ab Mon Sep 17 00:00:00 2001 From: David Kerr Date: Wed, 25 Apr 2018 15:55:57 -0400 Subject: [PATCH] NOW done --- js/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins.js b/js/plugins.js index 4a0af1c..1a17591 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -115,7 +115,7 @@ // width to the value defined here, but the height will be // calculated based on the aspect ratio of the input stream. - var width = 320; // We will scale the photo width to this + var width = 480; // We will scale the photo width to this var height = 0; // This will be computed based on the input stream // |streaming| indicates whether or not we're currently streaming