Skip to content

Instantly share code, notes, and snippets.

@Michaela-Davis
Created October 7, 2017 21:49
Show Gist options
  • Save Michaela-Davis/46d914f6766aeb58cd49dc46bb01c0b6 to your computer and use it in GitHub Desktop.
Save Michaela-Davis/46d914f6766aeb58cd49dc46bb01c0b6 to your computer and use it in GitHub Desktop.
arrows on carousels
HelloWorldDevsTysonSteele.pyramidCarousel('.js-team-carousel', {
items: 1,
autoplay: true,
navText: [
'<img src="assets/arrow-left.png">',
'<img src="assets/arrow-right.png">'
],
responsive: {
550: {
items: 2
},
768: {
items: 3
},
992: {
items: 4,
nav: false,
autoplay: false
}
},
margin: 15
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment