Window dimensions

joesnet mobilejoe

A wide zoom window of 400x200 pixels.

Here's the code:

  1. <html>
  2.     <head>
  3.         <title>Magic Zoom Plus: Window dimensions</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.         <p>A wide zoom window of 400x200 pixels.</p>
  14.         <!-- define Magic Zoom Plus -->
  15.         <a href="images/harley2c.jpg" rel="zoom-width:400px;zoom-height:200px;" class="MagicZoomPlus"><img src="images/harley2b.jpg"/></a>
  16.        
  17.     </body>
  18. </html>