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

360º

ZOOMLOOK 360º uses animation of super high resolution frames to convincingly emulate a real world shopping experiences of your products.  Customers can rotate and examine items in the most natural of ways, creating confidence in the buyer.

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/ZLGL360/",
			clickLoad: false,
			fullscreenMode: 'page',
			type: "animation",
			autoplay: true,
		});
		ZL1.loadZLView("HLLdsS-552645", "zoom1");


	};
</script>
				
			

How can we help?

Leave a Reply

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