|
Magnifier shape
Buy now £39 Get support
NOTE: The click to enlarge feature only works when this page is served from localhost or a webserver (view this example online).
Square magnifier.
Circle magnifier.
Inner magnifier.
Custom shape magnifier - star.
Custom shape magnifier - triangle.
Custom shape magnifier - hexagon.
<html>
<head>
<title>Magic Magnify Plus: Magnifier shape</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/example3.html">view this example online</a>).</p>
<div class="w50">
<p>Square magnifier.</p>
<a href="images/shoe_large.jpg" class="MagicMagnifyPlus" rel="magnifier:square;"><img src="images/shoe_small.jpg"/></a><br/>
</div>
<div class="w50">
<p>Circle magnifier.</p>
<a href="images/shoe_large1.jpg" class="MagicMagnifyPlus" rel="magnifier:circle;"><img src="images/shoe_small1.jpg"/></a><br/>
</div>
<div class="clear"> </div>
<div class="w50">
<p>Inner magnifier.</p>
<a href="images/shoe_large2.jpg" class="MagicMagnifyPlus" rel="magnifier:inner;"><img src="images/shoe_small2.jpg"/></a><br/>
</div>
<div class="w50">
<p>Custom shape magnifier - star.</p>
<a href="images/shoe_large.jpg" class="MagicMagnifyPlus" rel="magnifier:custom(0,0,25,75,105,75,40,120,65,200,0,150,-65,200,-40,120,-100,75,-40,75);"><img src="images/shoe_small.jpg"/></a>
</div>
<div class="clear"> </div>
<div class="w50">
<p>Custom shape magnifier - triangle.</p>
<a href="images/shoe_large1.jpg" class="MagicMagnifyPlus" rel="magnifier:custom(0,0,75,150,-75,150);"><img src="images/shoe_small1.jpg"/></a>
</div>
<div class="w50">
<p>Custom shape magnifier - hexagon.</p>
<a href="images/shoe_large2.jpg" class="MagicMagnifyPlus" rel="magnifier:custom(0,0,90,0,130,75,90,150,0,150,-40,75);"><img src="images/shoe_small2.jpg"/></a>
</div>
<div class="clear"> </div>
</body>
</html>
|