Skip to content

Instantly share code, notes, and snippets.

@celsowhite
Last active November 15, 2017 18:18
Show Gist options
  • Save celsowhite/623705481e635bd033dc90998fd309ba to your computer and use it in GitHub Desktop.
Save celsowhite/623705481e635bd033dc90998fd309ba to your computer and use it in GitHub Desktop.
Flexslider markup for Otto code tutorial
<!-- Place somewhere in the <body> of your page -->
<div class="flexslider">
<ul class="slides">
<li>
<img src="homepage-banner-slide-1.jpg" />
</li>
<li>
<img src="homepage-banner-slide-2.jpg" />
</li>
<li>
<img src="homepage-banner-slide-3.jpg" />
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment