bxslider-4 icon indicating copy to clipboard operation
bxslider-4 copied to clipboard

Multiple instances of slider not working

Open media32 opened this issue 6 years ago • 2 comments

I've been trying to get a number of carousels loading on the same page and on page load, the carousels are blank, but as soon as I resize the window, the slider content draws.

The page, for reference: http://charmed.stage.m32.ca/custom-work/private/playhouses

Any ideas on what may be causing this?

The JS I'm using is:

$(document).ready(function(){ 
    $('.slider').bxSlider({
        wrapperClass: 'carousel',
        controls: false,
        auto: false,
        video: true
    });
});

I am affecting all the sliders with the same options, so I thought it would be safe to use a class, not an id.

media32 avatar Jan 30 '19 18:01 media32

Hi,

Works fine for me on Firefox, Chrome and Safari.

sn3ka avatar Feb 14 '19 03:02 sn3ka

Works for me, but when I make the window bigger the navigation buttons are gone?

jszoja avatar Aug 11 '20 12:08 jszoja