<html>
<head>
<title>Magic Magnify Plus: Magnifier effect</title>
<!-- link to magicmagnifyplus.css file -->
<link rel="stylesheet" href="magicmagnifyplus/magicmagnifyplus.css" type="text/css" media="screen, projection"/>
<!-- link to magicmagnifyplus/magicmagnifyplus.js file -->
<script src="magicmagnifyplus/magicmagnifyplus.js" type="text/javascript"></script>
</head>
<body>
<p class="note">NOTE: The click to enlarge feature only works when this page is served from localhost or a webserver (<a href="http://demo.magictoolbox.com/magicmagnifyplus/example4.html">view this example online</a>).</p>
<div class="w50">
<p>Fade effect (the default).</p>
<a href="images/shoe_large.jpg" class="MagicMagnifyPlus" rel="magnifier-effect:fade;"><img src="images/shoe_small.jpg"/></a>
</div>
<div class="w50">
<p>Pulse effect.</p>
<a href="images/shoe_large.jpg" class="MagicMagnifyPlus" rel="magnifier-effect:pulse;"><img src="images/shoe_small.jpg"/></a>
</div>
<div class="clear"> </div>
</body>
</html>