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

Calling .reloadShow() removes the contents of the slider

Open craigmdennis opened this issue 13 years ago • 1 comments

I have the following:

var news = $('#caa-ticker .ticker').bxSlider({
    mode: 'fade',
    auto: true,
    pause: 5000,
    controls: false,
   pager: true,
   pagerLocation: 'top'
});

When I call news.reloadShow(); the content of my slideshow has vanished leaving only the .bx-wrapper & .bx-window with a height of 0 and the <div class="ticker"></div> which is empty.

I am trying to reload the show after resizing the screen to adjust to the new widths. This event is only fired once and not constantly while resizing; only after.

craigmdennis avatar Jan 24 '12 11:01 craigmdennis

https://github.com/wandoledzep/bxslider/issues/128#issuecomment-8624731

ghost avatar Sep 17 '12 18:09 ghost