1. Home
  2. Docs
  3. ZL WebGL Player
  4. ZOOMLOOK Formats
  5. Photo

Photo

A ZOOMLOOK Photo has limitless resolution. Breaking the 5th wall, visitors dive into ZOOMLOOK Photos in a profound and unique way, following the Z coordinate forward, to virtually move through space and into the world of your image, through their screens.

Embed Code

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

	<script src="/zoomlook/assets/ZLWebGL.js"></script>
	<script src="/zoomlook/assets/ZLPlayer.min.js"></script>
	<script>
		window.onload = () => {
			const ZL1 = new ZLPlayer({
				basePath: "https://us.zoomlook.cloud/zoomlookbook/zoomlook/pix/ZLGLPhoto/",
				clickLoad: false,
				fullscreenMode: 'page',
				type: "photo"
			});
			ZL1.loadZLView("CpjJgf-559330", "zoom1");
	
	
		};
	</script>
				
			

How can we help?

Leave a Reply

Your email address will not be published. Required fields are marked *