Isaac Hormel

Results 3 comments of Isaac Hormel

I used a little bit of bootstrap but I'm sure you can figure it out ;) ``` .timeline-background{ background-repeat: no-repeat; background-size: cover; background-position: center; height: 100%; padding: 0px; margin: 0px;...

/* Just change these two functions accordingly and include loopAround: true in the options ;) */ get_next: function () { var self = this; var result = self.get_current() + 1;...

Look at issues for a solution to your problem ;P