<html>
<head>
<title>Position</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>Place the enlarged image wherever you like.</p>
<h4>Relative to the screen</h4>
<p>
<!-- define Magic Thumb enlarges to the top left of the screen -->
<a href="images/imac-side-300.jpg" class="MagicThumb" rel="group: screen; slideshow-effect: expand; expand-position: top:0, left:0" title="Enlarges to top left"><img src="images/imac-side-50.jpg" alt=""/></a>
<!-- define Magic Thumb enlarges to the top right of the screen -->
<a href="images/imac-side-300.jpg" class="MagicThumb" rel="group: screen; slideshow-effect: expand; expand-position: top:0, right:0; caption-source: a:title" title="Enlarges to top right"><img src="images/imac-side-50.jpg" alt=""/></a>
<!-- define Magic Thumb enlarges to the bottom left of the screen -->
<a href="images/imac-side-300.jpg" class="MagicThumb" rel="group: screen; slideshow-effect: expand; expand-position: bottom:0, left:0; caption-source: a:title" title="Enlarges to bottom left"><img src="images/imac-side-50.jpg" alt=""/></a>
<!-- define Magic Thumb enlarges to the bottom right of the screen with 50px bottom padding and 100px right padding -->
<a href="images/imac-side-300.jpg" class="MagicThumb" rel="group: screen; slideshow-effect: expand; expand-position: bottom:50, right:100; caption-source: a:title" title="Enlarges to bottom right, with 50px bottom padding and 100px right padding."><img src="images/imac-side-50.jpg" alt=""/></a>
</p>
<h4>Relative to the small image</h4>
<p>
<!-- define Magic Thumb enlarges to the top left of the small image -->
<a href="images/imac-side-300.jpg" class="MagicThumb" rel="group: image; slideshow-effect: expand; expand-position: top:0, left:0; expand-align:image; caption-source:a:title" title="Enlarges to top left of the small image"><img src="images/imac-side-50.jpg" alt=""/></a>
<!-- define Magic Thumb enlarges to the top right of the small image -->
<a href="images/imac-side-300.jpg" class="MagicThumb" rel="group: image; slideshow-effect: expand; expand-position: top:0, right:0; expand-align:image; caption-source:a:title" title="Enlarges to top right of the small image"><img src="images/imac-side-50.jpg" alt=""/></a>
<!-- define Magic Thumb enlarges to the bottom left of the small image -->
<a href="images/imac-side-300.jpg" class="MagicThumb" rel="group: image; slideshow-effect: expand; expand-position: bottom:0, left:0; expand-align:image; caption-source:a:title" title="Enlarges to the bottom left of the small image"><img src="images/imac-side-50.jpg" alt=""/></a>
<!-- define Magic Thumb enlarges to the bottom right of the small image -->
<a href="images/imac-side-300.jpg" class="MagicThumb" rel="group: image; slideshow-effect: expand; expand-position: bottom:0, right:0; expand-align:image; caption-source:a:title" title="Enlarges to bottom right of the small image"><img src="images/imac-side-50.jpg" alt=""/></a>
</p>
</body>
</html>