Right-click menu

Buy now Get support

Right-click menu is disabled (default)

Right-click menu on a original (small) image only

Right-click menu on an expanded image only

Right-click menu on both original and expanded images

Here's the code:

  1. <html>
  2.     <head>
  3.         <title>Magic Zoom Plus: Right-click menu</title>
  4.        
  5.             <!-- link to magiczoomplus.css file -->
  6.             <link href="magiczoomplus/magiczoomplus.css" rel="stylesheet" type="text/css" media="screen"/>
  7.             <!-- link to magiczoomplus.js file -->
  8.             <script src="magiczoomplus/magiczoomplus.js" type="text/javascript"></script>
  9.        
  10.     </head>
  11.     <body>
  12.        
  13.         <table width="100%">
  14.             <tr>
  15.                 <td>
  16.                     <p>Right-click menu is disabled (default)</p>
  17.                     <a href="images/harley1c.jpg" class="MagicZoomPlus" rel="right-click: false;"><img src="images/harley1b.jpg"/></a>
  18.                 </td>
  19.                 <td>
  20.                     <p>Right-click menu on a original (small) image only</p>
  21.                     <a href="images/harley2c.jpg" class="MagicZoomPlus" rel="right-click: original;" title="Title at the top"><img src="images/harley2b.jpg"/></a>
  22.                 </td>
  23.             </tr>
  24.             <tr>
  25.                 <td>
  26.                     <p>Right-click menu on an expanded image only</p>
  27.                     <a href="images/harley2c.jpg" class="MagicZoomPlus" rel="right-click: expanded;" title="Title at the bottom"><img src="images/harley2b.jpg"/></a>
  28.                 </td>
  29.                 <td>
  30.                     <p>Right-click menu on both original and expanded images</p>
  31.                     <a href="images/harley1c.jpg" class="MagicZoomPlus" rel="right-click: true;"  title="Inner zoom with a title at the bottom"><img src="images/harley1b.jpg"/></a>
  32.                 </td>
  33.             </tr>
  34.         </table>
  35.        
  36.     </body>
  37. </html>