Skip to content

Instantly share code, notes, and snippets.

@warrendholmes
Created March 11, 2014 07:49
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 warrendholmes/9481291 to your computer and use it in GitHub Desktop.
Save warrendholmes/9481291 to your computer and use it in GitHub Desktop.
<!-- Place somewhere in the <body> of your page -->
<div class="flexslider">
<ul class="slides">
<li>
<img src="slide1.jpg" />
</li>
<li>
<img src="slide2.jpg" />
</li>
<li>
<img src="slide3.jpg" />
</li>
</ul>
</div>
@admaesmo
Copy link

admaesmo commented Mar 6, 2019

part 2 of flexslider example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment