Digital Film

Digital Film

code example

				
					<div id="zoom3" style="width:100%; height:500px;"></div>


				
			
				
					<script src="/zoomlook/assets/ZLWebGL.js"></script>
<script src="/zoomlook/assets/ZLPlayer.min.js"></script>
	<script>
		window.onload = () => {

			const ZL3 = new ZLPlayer({
				basePath: "/zoomlook/pix/ZLGLVideo/",
				clickLoad: false,
				type: "ZLVideo",
				fullscreenMode: 'page',
				bounce: true,
				spinReverse: true,
				autoplay: true,
				fps: 30
			});
			ZL3.loadZLView("ZLV-LOOK07", "zoom3");
		};
	</script>