ngx-slick icon indicating copy to clipboard operation
ngx-slick copied to clipboard

Responsive breakpoint not working with angular 7

Open rootExplorr opened this issue 5 years ago • 0 comments

tried almost all option but its not woking ...plz help

slideConfig = {'slidesToShow': 2, 'slidesToScroll': 2, 'autoplay': true, 'autoplaySpeed': 3500, 'infinite': true, 'mobileFirst': true,'respondTo': 'window', 'rows': 1, 'responsive': [{ 'breakpoint': 600, 'settings': {
'slidesToShow': 4, 'slidesToScroll': 4, 'arrows': true, 'dots': true } }] };

rootExplorr avatar Aug 03 '19 06:08 rootExplorr