|
Magnifier simulate
Buy now £29 Get support
There is no large image in this example. The magnification is created by scaling the small image by 200%.
We don't recommend this approach, but if you don't have large images and want to create a magnify effect, this is the solution.
<html>
<head>
<title>Magic Magnify: Magnifier simulate</title>
<!-- link to magicmagnify/magicmagnify.js file -->
<script src="magicmagnify/magicmagnify.js" type="text/javascript"></script>
</head>
<body>
<p>There is no large image in this example. The magnification is created by scaling the small image by 200%.</p>
<p>We don't recommend this approach, but if you don't have large images and want to create a magnify effect, this is the solution.</p>
<!-- define Magic Magnify -->
<a href="#" class="MagicMagnify" rel="magnifier-simulate:200%;"><img src="images/shoe_small.jpg"/></a>
</body>
</html>
|