Skip to content

Instantly share code, notes, and snippets.

@lucadegasperi
Created September 28, 2011 11:16
Show Gist options
  • Save lucadegasperi/1247693 to your computer and use it in GitHub Desktop.
Save lucadegasperi/1247693 to your computer and use it in GitHub Desktop.
Even Better Slideshow Markup
<div class="slideshow">
<ul>
<li>
<img src="image-1.jpg" alt="Image 1"/>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment