From 4c0999091db20b9277a857d421f30b3942d61264 Mon Sep 17 00:00:00 2001 From: David Kerr Date: Wed, 25 Apr 2018 15:50:27 -0400 Subject: [PATCH] video --- js/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins.js b/js/plugins.js index 1a17591..4a0af1c 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 = 480; // We will scale the photo width to this + var width = 320; // 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