From 173c31f38c80af0ab416c884ed3609efd9174b6d Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 18 Jun 2015 15:47:41 -0500 Subject: [PATCH] default to hd for vid --- html5/verto/video_demo/verto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html5/verto/video_demo/verto.js b/html5/verto/video_demo/verto.js index e01fc40549..886766d073 100644 --- a/html5/verto/video_demo/verto.js +++ b/html5/verto/video_demo/verto.js @@ -1040,7 +1040,7 @@ function init() { }); // - vqual = $.cookie("verto_demo_vqual") || "qvga"; + vqual = $.cookie("verto_demo_vqual") || "hd"; $.cookie("verto_demo_vqual", vqual, { expires: 365 });