Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created February 5, 2017 13:08
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<div id="slideshow">
<div id="slideshow-slides">
<div>
<figure><img src="image1.jpg" alt="" width="960" height="250"></figure>
</div>
<div>
<figure><img src="image2.jpg" alt="" width="960" height="250"></figure>
</div>
<div>
<figure><img src="image3.jpg" alt="" width="960" height="250"></figure>
</div>
</div>
<ul id="slideshow-pagination">
<li>1</li>
<li>2</li>
<li>3</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment