1. Home
  2. Docs
  3. ZL WebGL Player
  4. UI Configuration Settings
  5. Photo (config version)

Photo (config version)

The ZOOMLOOK DAM CMS provides visual tools for configurations.  A configuration file is saved and may be referenced inline, obviating the need for parameters in your front end code.  

Embed Code

				
					<div class="ZLContainer500">
    <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({
    				target: "zoom1",
    				basePath: "https://us.zoomlook.cloud/zoomlookbook/zoomlook/pix/ZLGLPhoto",
    				uuid: "vxDveY-506708",
    				configVersion: "config"
    			});
    			ZL1.loadZLView();
    	
    	
    		};
</script>
				
			

How can we help?