Skip to content

Instantly share code, notes, and snippets.

@tysoncadenhead
Created January 4, 2011 18:11
Show Gist options
  • Save tysoncadenhead/765141 to your computer and use it in GitHub Desktop.
Save tysoncadenhead/765141 to your computer and use it in GitHub Desktop.
<div id="example">
<a href="images/1l.jpg" title="1 title" thumb="images/1s.jpg"><img src="images/1m.jpg" alt="1 desc" /></a>
<a href="images/2l.jpg" title="2 title" thumb="images/2s.jpg"><img src="images/2m.jpg" alt="2 desc" /></a>
<a href="images/1l.jpg" title="1 title" thumb="images/1s.jpg"><img src="images/1m.jpg" alt="1 desc" /></a>
<a href="images/2l.jpg" title="2 title" thumb="images/2s.jpg"><img src="images/2m.jpg" alt="2 desc" /></a>
</div>
<script type="text/javascript">
$('#example').overlayGallery();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment