Magnifier effect

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).

Fade effect (the default).

Pulse effect.

 
  1. <html>
  2.     <head>
  3.         <title>Magic Magnify Plus: Magnifier effect</title>
  4.        
  5.         <!-- link to magicmagnifyplus.css file -->
  6.         <link rel="stylesheet" href="magicmagnifyplus/magicmagnifyplus.css" type="text/css" media="screen, projection"/>
  7.         <!-- link to magicmagnifyplus/magicmagnifyplus.js file -->
  8.         <script src="magicmagnifyplus/magicmagnifyplus.js" type="text/javascript"></script>
  9.        
  10.     </head>
  11.     <body>
  12.                
  13.         <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>
  14.         <div class="w50">
  15.             <p>Fade effect (the default).</p>
  16.             <a href="images/shoe_large.jpg" class="MagicMagnifyPlus" rel="magnifier-effect:fade;"><img src="images/shoe_small.jpg"/></a>
  17.         </div>
  18.         <div class="w50">
  19.             <p>Pulse effect.</p>
  20.             <a href="images/shoe_large.jpg" class="MagicMagnifyPlus" rel="magnifier-effect:pulse;"><img src="images/shoe_small.jpg"/></a>
  21.         </div>
  22.         <div class="clear">&nbsp;</div>
  23.        
  24.        
  25.     </body>
  26. </html>