Browse Source

Examples: iOS webcam fix

munrocket 5 năm trước cách đây
mục cha
commit
446c731f9c

+ 1 - 1
examples/webgl_materials_video_webcam.html

@@ -12,7 +12,7 @@
 			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - video webcam input
 			<a href="https://threejs.org" target="_blank" rel="noopener">three.js</a> webgl - video webcam input
 		</div>
 		</div>
 
 
-		<video id="video" autoplay style="display:none"></video>
+		<video id="video" style="display:none" autoplay playsinline></video>
 
 
 		<script type="module">
 		<script type="module">