Skip to content

Instantly share code, notes, and snippets.

@seeRead
Created April 23, 2014 19:26
Show Gist options
  • Save seeRead/11229083 to your computer and use it in GitHub Desktop.
Save seeRead/11229083 to your computer and use it in GitHub Desktop.
some svg arrows for owl carousel
@seeRead
Copy link
Author

seeRead commented Apr 23, 2014

Where owl comes from this

  //carousel
  var owlConfig = {
    singleItem: true,
    itemsScaleUp: false,
    lazyLoad: true,
    navigation:false,
    afterInit : function(elem){
      //var that = this;
      //that.owlControls.prependTo(elem);
      //console.log(that);
    }
  };
  $("#owl-test").owlCarousel(owlConfig);

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