dynamicweb / swiffy-slider

Super fast carousel and slider with touch for optimized websites running in modern browsers.
MIT License
247 stars 30 forks source link

Responsiveness for tablet(medium devices) #68

Closed Jeet-Pattani closed 1 year ago

Jeet-Pattani commented 1 year ago

Swiffy slider is a great library ! No flaws loved the configuration feature provided which eases the development. Just no words for how smoothly it works on mobile. But I found one issue that is there is not option to show less number of slides on tablet devices. I am showing news cards as 5 in desktop and 1 in mobile want to show 3 of them in tablet/Ipad devices but found no option for that. So if possibe please add a feature to customise the number of slides shown on tablet/IPad.

nicped commented 1 year ago

Hi Thank you for using Swiffy Slider! Yes - mobile touch is really nice!

You can add a bit of css in a media query and change the css variable controls the number of slides shown.

65 - example here.

Br Nicolai