Skip to content

Instantly share code, notes, and snippets.

@cyrilletuzi
Created February 5, 2017 13:08
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 cyrilletuzi/7b520cdde04ab5006f5b8bf59950ad79 to your computer and use it in GitHub Desktop.
Save cyrilletuzi/7b520cdde04ab5006f5b8bf59950ad79 to your computer and use it in GitHub Desktop.
<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