Mark
Results
1
comments of
Mark
Something like this should help. Improvements welcome :) ``` $(this).on( 'scroll.flickity', function() { flkty.slides.forEach( function( slide, i ) { var img = $imgs[i], x = 0; if( 0 === i...