We have a website with bx-slider and following options:
bxSlider = $('.bx-pager2').bxSlider({
mode: 'horizontal',
auto: true,
controls: true,
infiniteLoop: true,
hideControlOnEnd: false,
slideWidth: 150,
minSlides: 3,
maxSlides: 6,
moveSlides: 4,
slideMargin: 13,
speed: 1000,
captions: true,
responsive: true,
useCSS: true
});
The site is responsive and changes design at 600px width
Correct view at 1920px width
View at 600px
When i use ffs inspektor i find that bx-clone uses 150px, the image inside is sized correctly, bx-caption is also 150px
it does not look really convincing ...
BTW: following is yours:
We have a website with bx-slider and following options: bxSlider = $('.bx-pager2').bxSlider({ mode: 'horizontal', auto: true, controls: true, infiniteLoop: true, hideControlOnEnd: false, slideWidth: 150, minSlides: 3, maxSlides: 6, moveSlides: 4, slideMargin: 13, speed: 1000, captions: true, responsive: true, useCSS: true }); The site is responsive and changes design at 600px width Correct view at 1920px width View at 600px When i use ffs inspektor i find that bx-clone uses 150px, the image inside is sized correctly, bx-caption is also 150px it does not look really convincing ... BTW: following is yours: