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

ZL Video

ZOOMLOOK Video provides the next level of interaction with video. Publish 4K or 8K video and view on mobile with only 1 bar. Click or tap to play and pause. Pinch or Scroll to zoom in and out while playing or paused.

You may scrub through the timeline when zoomed out by swiping left or right. Also, you may pan the playing video while zoomed in. Stop and zoom in to details you wish to see better.

 

More to come….

Embed Code

				
						<div class="ZLcontainer500">
		<div id="zoom3" 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 ZL3 = new ZLPlayer({
				basePath: "https://us.zoomlook.cloud/zoomlookbook/zoomlook/pix/ZLGLVideo/",
				clickLoad: true,
				autoplay: true,
				type: "ZLVideo",
				startFrame: 1,
				fullscreenMode: 'page',
				previewVideo:{
					fps:30
				}
			});
			ZL3.loadZLView("STegyw-601336", "zoom");
		};
	</script>
				
			

How can we help?

Leave a Reply

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