Your code should look something like this :
<html>
<head>
<title>Rbista Zoom</title>
<link rel="stylesheet" type="text/css" href="RbZoom.css" />
<script type="text/javascript" src="RbZoom.js"></script>
</head>
<body>
<a href="zoom-image.jpg" class="RbZoom"><img src="small-image.jpg"/></a>
</body>
</html>
Change the position of the zoomed area to either top/right/bottom/left by adding the rel attribute to your <a> tag. The default position is right. Example code :
<a href="zoom-image.jpg" rel="position:left" class="RbZoom"><img src="small-image.jpg"/></a>
You can display different images of a product by adding the id of Thumbnails block to the rel attribute of the main image link. Example code :
<a href="zoom-image-1.jpg" rel="thumbs:ThumbsBlock" class="RbZoom"><img src="small-image-1.jpg"/></a>
<div id="ThumbsBlock" class="RbProdThumbs" >
<a href="zoom-image-1.jpg" rel="small-image-1.jpg"> <img src="thumb-image-1.jpg" alt=""/> </a>
<a href="zoom-image-2.jpg" > rel="small-image-2.jpg"> <img src="thumb-image-2.jpg" alt=""/> </a>
</div>
Notice : you can add the thumbs an position to the rel attribute of the main image link . Exemple rel="position:bottom ; thumbs:ThumbsBlockId"
Thank you for purchasing our product.Enjoy !