default to hd for vid

This commit is contained in:
Anthony Minessale 2015-06-18 15:47:41 -05:00
parent 2283270b8b
commit 173c31f38c
1 changed files with 1 additions and 1 deletions

View File

@ -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
});