Slider in slider
Doesn't work well with animated slider height, since TinSlide can't tell the final height of a child slider (if it depends on margins and / or other elements).
Cool thing is you can use swipe navigation with nested sliders.
var slides = document.getElementsByClassName('slider');
for(var i=0; i<slides.length; i++) {
TinSlide(slides[i], {
loop: false,
generate: {
nav: {
on: false
}
}
});
}