Skip to content

Instantly share code, notes, and snippets.

@bdalziel
Created November 5, 2012 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdalziel/4019663 to your computer and use it in GitHub Desktop.
Save bdalziel/4019663 to your computer and use it in GitHub Desktop.
Base gallery DOM
<div class="galleryViewport">
<ul class="gallerySlides">
<li class="gallerySlide">...</li>
<li class="gallerySlide">...</li>
</ul>
<a href="#" class="previous">Previous</a>
<a href="#" class="next">Next</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment