Skip to content

Instantly share code, notes, and snippets.

@renanlara
Created October 29, 2015 18:11
Show Gist options
  • Save renanlara/afbefd73c0c72c4c58f7 to your computer and use it in GitHub Desktop.
Save renanlara/afbefd73c0c72c4c58f7 to your computer and use it in GitHub Desktop.
Exemplo de marcação HTML do Cycle2
<div class="cycle-slideshow" data-cycle-fx="scrollVert" data-cycle-slides=".slides" data-cycle-swipe="true" data-cycle-timeout="8000" data-cycle-pager=".navSlides">
<div class="slides">
<!-- Adicione div. images, textos e etc. -->
</div>
<!-- Navegação -->
<div class="navSlides"></div>
</div>
<a href="http://jquery.malsup.com/cycle2/" target="_blank">Cycle2</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment