Right-click menu

Buy now Get support

Enable right-click to show the context menu (disabled by default).

Here's the code:

  1. <html>
  2.     <head>
  3.         <title>Magic Zoom: Right-click menu</title>
  4.        
  5.         <!-- link to magiczoom.css file -->
  6.         <link href="magiczoom/magiczoom.css" rel="stylesheet" type="text/css" media="screen"/>
  7.         <!-- link to magiczoom.js file -->
  8.         <script src="magiczoom/magiczoom.js" type="text/javascript"></script>
  9.        
  10.     </head>
  11.     <body>
  12.                
  13.         <p>Enable right-click to show the context menu (disabled by default).</p>
  14.         <!-- define Magic Zoom -->
  15.         <a href="images/r1-blue-3.jpg" title="Cool bike!" class="MagicZoom" rel="right-click: true;"><img src="images/r1-blue-2.jpg"/></a>
  16.        
  17.     </body>
  18. </html>