Skip to content

Instantly share code, notes, and snippets.

@tysoncadenhead
Created January 4, 2011 18:12
Show Gist options
  • Save tysoncadenhead/765144 to your computer and use it in GitHub Desktop.
Save tysoncadenhead/765144 to your computer and use it in GitHub Desktop.
<div id="example"></div>
<script type="text/javascript">
$('#example').overlayGallery({
items: [{
small: 'img/small1.jpg'
medium: 'img/medium1.jpg',
large: 'img/large1.jpg',
title: 'Title for slide 1',
description: 'Description for slide 1'
},{
small: 'img/small2.jpg'
medium: 'img/medium2.jpg',
large: 'img/large2.jpg',
title: 'Title for slide 2',
description: 'Description for slide 2'
}]
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment