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