stevenwanderski / bxslider-4

Responsive jQuery content slider
Other
4.22k stars 1.85k forks source link

bx-clone takes slidewith from options in responsive slider #913

Open DonWolli opened 9 years ago

DonWolli commented 9 years ago

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 bx2 View at 600px bx1 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: fass-for-fun2 1

DonWolli commented 9 years ago

WORKAROUND: .bx-viewport li{width: 9.375em !important};