# HG changeset patch # User drewp@bigasterisk.com # Date 1402772541 0 # Node ID 026a2bce00a88ed6112afd26310bdd0f0874b668 # Parent 0716d631679f67120977267381f336dcd637a402 preview camera at res=1080 to match what vidref will use. didn't help Ignore-this: 3af03061c6926c0ee718fa0f7c7eb6ab diff -r 0716d631679f -r 026a2bce00a8 light9/vidref/vidref.html --- a/light9/vidref/vidref.html Sat Jun 14 19:02:07 2014 +0000 +++ b/light9/vidref/vidref.html Sat Jun 14 19:02:21 2014 +0000 @@ -151,7 +151,7 @@ if (!model.baseUrl()) { return '#'; } - return model.baseUrl() + '?resize=500&' + $.param(ko.toJS(model.params)); + return model.baseUrl() + '?resize=1080&' + $.param(ko.toJS(model.params)); } function assembleCamUrlWithCrop() {