diff --git a/index.html b/index.html
index ce8d3c39..afaa26ae 100644
--- a/index.html
+++ b/index.html
@@ -22,7 +22,7 @@
player.mediainfo.projection = '360';
// AUTO is the default and looks at mediainfo
- player.vr({projection: 'AUTO', debug: true});
+ player.vr({projection: 'AUTO', debug: true, forceCardboard: false});
}(window, window.videojs));