lightslider icon indicating copy to clipboard operation
lightslider copied to clipboard

responsive vertical: false does`nt work

Open sidhtc510 opened this issue 5 years ago • 1 comments

$(document).ready(function () { $("#light-slider").lightSlider({ item: 1, loop: true, gallery: true, vertical: true, responsive:[ { breakpoint: 800, settings:{ gallery: false, vertical: false, --------------->>>> does`nt work } } ] }); });

How i can fix it?

sidhtc510 avatar Jun 29 '19 11:06 sidhtc510

Hi. you can change these options only supports item, slideMove, slideMargin, thumbItem, thumbMargin

http://sachinchoolur.github.io/lightslider/examples.html

maximQa-kgd avatar Jul 01 '19 09:07 maximQa-kgd