£29
$46 / €34
Your code should look something like this:
<html>
<head>
<title>Magic Magnify Plus demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="magicmagnifyplus.js" type="text/javascript"></script>
<link rel="stylesheet" href="magicmagnifyplus.css" type="text/css"/>
</head>
<body>
<a href="big.jpg" class="MagicMagnifyPlus"><img src="small.jpg"/></a>
</body>
</html>
Change the colors, borders, sizes, titles and other things. See more examples of Magic Magnify Plus™ and refer to these two guides:
You can add text underneath the enlarged image using span, alt or title.
Add a caption using span:
<a href="big.jpg" class="MagicMagnifyPlus"><img src="small.jpg"/><span>Here is some text</span></a>
Add a caption using alt:
<html>
<head>
<script type="text/javascript">
MagicMagnifyPlus.options = {
captionSrc: 'img:alt'
}</script>
</head>
<body>
<a href="big.jpg" class="MagicMagnifyPlus"><img src="small.jpg" alt="This is a caption text from image ALT attribute"/></a>
</body>
</html>
Add a caption using title:
<html>
<head>
<script type="text/javascript">
MagicMagnifyPlus.options = {
captionSrc: 'img:title'
}</script>
</head>
<body>
<a href="big.jpg" class="MagicMagnifyPlus"><img src="small.jpg" title="This is a caption text from image TITLE attribute"/></a>
</body>
</html>
Magic Magnify Plus™ is available for all websites, CMS, web stores, shopping carts and blogs. There are also modules/plugins for these platforms:
©2010 Magic Toolbox About | Contact | Support | Affiliates | Newsletter | Testimonials | License Agreement | Terms | Privacy