default to hd for vid
This commit is contained in:
parent
2283270b8b
commit
173c31f38c
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue