I try to make slider using idangerous Swiper.js with Handelbars. I set up swiper option as below
var swiper = new Swiper('.swiper-container', {
slidesPerView: 3,
direction: 'horizontal'
});
I tried change option such as
freeMode: true
slidesPerColumn:1
slidesPerColumnFill: 'row'
autoHeight: true
but nothing fix the unintended vertical layout
I want to all slides display in one row horizontally I also change constantly style of swiper-container class and swiper-slide but didn't find the way to make things in right order yet