Ver código fonte

Fix QR codes

customisations
alemart 8 meses atrás
pai
commit
48fc18b2e0

+ 1
- 1
demos/hello-aframe/poster.html Ver arquivo

@@ -19,7 +19,7 @@
19 19
         </nav>
20 20
         <section id="qr-code-area">
21 21
             <h4>QR code</h4>
22
-            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="../hello-babylon/qr-code.gif" alt="QR code"></a>
22
+            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
23 23
             <small>Scan to begin!</small>
24 24
         </section>
25 25
     </body>

+ 1
- 1
demos/hello-babylon/poster.html Ver arquivo

@@ -19,7 +19,7 @@
19 19
         </nav>
20 20
         <section id="qr-code-area">
21 21
             <h4>QR code</h4>
22
-            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="../hello-babylon/qr-code.gif" alt="QR code"></a>
22
+            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
23 23
             <small>Scan to begin!</small>
24 24
         </section>
25 25
     </body>

+ 1
- 1
demos/hello-three/poster.html Ver arquivo

@@ -19,7 +19,7 @@
19 19
         </nav>
20 20
         <section id="qr-code-area">
21 21
             <h4>QR code</h4>
22
-            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="../hello-babylon/qr-code.gif" alt="QR code"></a>
22
+            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
23 23
             <small>Scan to begin!</small>
24 24
         </section>
25 25
     </body>

+ 1
- 1
demos/hello-webgl/poster.html Ver arquivo

@@ -19,7 +19,7 @@
19 19
         </nav>
20 20
         <section id="qr-code-area">
21 21
             <h4>QR code</h4>
22
-            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="../hello-babylon/qr-code.gif" alt="QR code"></a>
22
+            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
23 23
             <small>Scan to begin!</small>
24 24
         </section>
25 25
     </body>

+ 1
- 1
demos/hello-world/poster.html Ver arquivo

@@ -19,7 +19,7 @@
19 19
         </nav>
20 20
         <section id="qr-code-area">
21 21
             <h4>QR code</h4>
22
-            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="../hello-babylon/qr-code.gif" alt="QR code"></a>
22
+            <a id="video-preview" href="video.html" target="_blank"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
23 23
             <small>Scan to begin!</small>
24 24
         </section>
25 25
     </body>

+ 1
- 1
demos/pointer-demo/poster.html Ver arquivo

@@ -19,7 +19,7 @@
19 19
         </nav>
20 20
         <section id="qr-code-area">
21 21
             <h4>QR code</h4>
22
-            <a id="video-preview" href="index.html" target="_blank"><img id="qr-code" src="../hello-babylon/qr-code.gif" alt="QR code"></a>
22
+            <a id="video-preview" href="index.html" target="_blank"><img id="qr-code" src="qr-code.gif" alt="QR code"></a>
23 23
             <small>Scan to begin!</small>
24 24
         </section>
25 25
     </body>

Carregando…
Cancelar
Salvar