bxslider-3
bxslider-3 copied to clipboard
Calling .reloadShow() removes the contents of the slider
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.
https://github.com/wandoledzep/bxslider/issues/128#issuecomment-8624731