1. Home
  2. Docs
  3. ZL WebGL Player
  4. ZOOMLOOK Formats
  5. Animation (GIF)

Animation (GIF)

ZOOMLOOK Animations are GIF like experiences with superzoom viewing.  You may create how to’s or any narrative for creative storytelling with character and charm.  All frames of an animation must be the same size.  Everyone understands how to make a GIF.  Now do the same with extremely high quality, full resolution content.

Embed Code

				
						<div class="ZLContainer500">
		<div id="zoom" class="view-ZLContainer"></div>
	</div>

		<script src="/zoomlook/assets/ZLWebGL.js"></script>
	<script src="/zoomlook/assets/ZLPlayer.min.js"></script>
	<script>
		window.onload = () => {
			const ZL = new ZLPlayer({
				basePath: "https://us.zoomlook.cloud/zoomlookbook/zoomlook/pix/ZLGLAnimation",
				clickLoad: false,
				type: "animation",
				format: "ZLGLAnimation",
				fullscreenMode: 'page',
				autoplay: true,
				spinReverse: true,
				fps: 6,
			});
			ZL.loadZLView("ITAXfv-746089", "zoom");
		};
	</script>
				
			

How can we help?

Leave a Reply

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