<html>
<head>
<title>Multiple images</title>
<!-- link to magicthumb.css file -->
<link href="magicthumb/magicthumb.css" rel="stylesheet" type="text/css" media="screen"/>
<!-- link to magicthumb.js file -->
<script src="magicthumb/magicthumb.js" type="text/javascript"></script>
</head>
<body>
<p>Enlarge into many different images. Each image can have its own settings.</p>
<h4>Click on selector to switch between images</h4>
<p>
<!-- define main Magic Thumb -->
<a href="images/imac-family-600.jpg" class="MagicThumb" id="magicthumb-1" rel="background-opacity: 70; background-color: #fff"><img alt="" src="images/imac-family-90.jpg"/><span>This image has a white background with <strong>70% opacity</strong>. You can also add [a href="http://www.magictoolbox.com/magicthumb/"]links[/a].</span></a>
</p>
<p>
<!-- selector for the main image -->
<a href="images/imac-family-600.jpg" rev="images/imac-family-90.jpg" rel="thumb-id: magicthumb-1;"><img src="images/imac-family-50.jpg" alt=""/></a>
<!-- selector has a white backgound with 100% opacity and own caption from <A> title -->
<a href="images/imac-backtoback-600.jpg" title="This image has a white background with <strong>100% opacity</strong>" rev="images/imac-backtoback-90.jpg" rel="thumb-id: magicthumb-1; caption-source: a:title; background-opacity:100; background-color:#fff; caption-speed: 0"><img src="images/imac-backtoback-50.jpg" alt=""/></a>
<!-- selector has a black backgound with 70% opacity and own caption from the <A> title -->
<a href="images/imac-side-600.jpg" title="This image has a black background with <strong>70% opacity</strong>" rev="images/imac-side-90.jpg" rel="thumb-id: magicthumb-1; caption-source: a:title; background-opacity:70; background-color:#000; caption-speed: 300"><img src="images/imac-side-50.jpg" alt=""/></a>
</p>
<h4>Move mouse over selectors to switch between images</h4>
<p>
<!-- define Magic Thumb -->
<a href="images/imac-family-600.jpg" class="MagicThumb" id="magicthumb-2" rel="swap-image: mouseover; background-opacity: 70; background-color: #fff"><img alt="" src="images/imac-family-90.jpg"/><span>This image has a white background with <strong>70% opacity</strong>. You can also add [a href="http://www.magictoolbox.com/magicthumb/"]links[/a].</span></a>
</p>
<p>
<!-- selector for the main image -->
<a href="images/imac-family-600.jpg" rev="images/imac-family-90.jpg" rel="thumb-id: magicthumb-2;"><img src="images/imac-family-50.jpg" alt=""/></a>
<!-- selector has a white backgound with 100% opacity and own caption from <A> title -->
<a href="images/imac-backtoback-600.jpg" title="This image has a white background with <strong>100% opacity</strong>" rev="images/imac-backtoback-90.jpg" rel="thumb-id: magicthumb-2; caption-source: a:title; background-opacity:100; background-color:#fff; caption-speed: 0"><img src="images/imac-backtoback-50.jpg" alt=""/></a>
<!-- selector has a black backgound with 70% opacity and own caption from the <A> title -->
<a href="images/imac-side-600.jpg" title="This image has a black background with <strong>70% opacity</strong>" rev="images/imac-side-90.jpg" rel="thumb-id: magicthumb-2; caption-source: a:title; background-opacity:70; background-color:#000; caption-speed: 300"><img src="images/imac-side-50.jpg" alt=""/></a>
</p>
</body>
</html>