
Copy the complete code snippet from ZoomoViewer® from the box to the right.

Insert the code snippet into your website, your shop template or your article detail page.

Experience ZoomoViewer® and discover how easy it is to use.
<div id="zoomo"></div>
<script language="javascript" src="http://asp.zoomoviewer.com/html/static/js/ zoomo10.1.js"> </script>
<script language="javascript">
zv = new ZoomoViewer();
zv.clientID = 48;
zv.version = 10;
zv.width = 450;
zv.height = 500;
zv.addPlugIn("gui_default");
zv.addImage("A3");
zv.start('#zoomo');
</script>