diff --git a/examples/vr_video.html b/examples/vr_video.html index c5123b1122ec9c..c5e07e7d79a8dc 100644 --- a/examples/vr_video.html +++ b/examples/vr_video.html @@ -11,10 +11,24 @@ margin: 0px; overflow: hidden; } + #info { + position: absolute; + top: 10px; + width: 100%; + color: #fff; + text-align: center; + } + a { + color: #ff0 + }
+