stevenwanderski / bxslider-3

jQuery custom content slider
http://bxslider.com
448 stars 101 forks source link

Calling .reloadShow() removes the contents of the slider #80

Open craigmdennis opened 12 years ago

craigmdennis commented 12 years ago

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.

ghost commented 12 years ago

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