breakpoint: 479,
settings: {
slidesToShow : (parseInt( slider_conf.slide_to_show ) > 2) ? 2 : parseInt( slider_conf.slide_to_show ),
I found a way around it by copying the slidetoshow for breakpoint:767 in one of the js files. Is there any other way to do this without editing the plugin files? Or even a way to override this in a child theme?