Skip to content

Instantly share code, notes, and snippets.

@jguadagno
Created April 26, 2018 00:27
Show Gist options
  • Save jguadagno/38127171d06ba8fa2342975ba2dc1cb5 to your computer and use it in GitHub Desktop.
Save jguadagno/38127171d06ba8fa2342975ba2dc1cb5 to your computer and use it in GitHub Desktop.
Twitter Bootstrap Flickr Carousel plugin
$('#flickr-carousel').twbsFlickrCarousel(
{
tagsToSearchFor: 'mvpsummit,mvp2013,mvp13',
flickrApiKey: 'insert your key here',
paginationSelector: '#flickr-pagination'
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment