瀏覽代碼

Fix QR codes

customisations
alemart 8 月之前
父節點
當前提交
48fc18b2e0

+ 1
- 1
demos/hello-aframe/poster.html 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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 查看文件

@@ -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>

Loading…
取消
儲存