Associating an image with a particular page |
![]() ![]() ![]() |
If you wish to associate a single image with a particular page, you can use the ZOOMIMAGE meta tag to tell Zoom the filename and location of the image file to be displayed for this page. You can do this by inserting a meta tag like the following on your web page: <meta name="ZOOMIMAGE" content="images/redshoes.jpg"> This option would be particularly useful for websites where you may have an individual page per product, and you would like a picture of the product to appear along their corresponding pages (or any other website where you may want a single image representing a page).
If you wish to specify a ZOOMIMAGE meta tag for PDF or other plugin supported file formats, you can do so by creating .DESC files. For more information, see "Using custom description (.desc) files". Note that the ZOOMIMAGE meta tag has the highest priority over the different image association methods, which means that you can use it to override your thumbnail or icon settings. For example, if you have all PDF files associated with a PDF icon (as described in the next section, "Associating icon image with a file type"), you can still specify a different image for one particular PDF file, by way of a ZOOMIMAGE tag and a .DESC file as described above. |