Preview:
$('.ne-title').click(function() {
                        $(this).parent().parent().parent().find('.ne-active').removeClass('ne-active');
                        $(this).parent().addClass('ne-active');
                        var index = $(this).data('features-item');
                        $(this).parent().parent().parent().parent().parent().find('.slick-slider').slick('slickGoTo', index);
                    });


$('#slick-slider').slick('refresh');
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter