Matt Vickers
Results
3
comments of
Matt Vickers
You can actually use `currentSlideHtmlObject` instead. That way you don't have to attach ID's to your slide elements. ``` onAfterSlide: function(currentSlideNumber, totalSlideQty, currentSlideHtmlObject){ $(".bx-window").animate({ height: currentSlideHtmlObject.height() }, 250); } ```
Did you try starting the slideshow again after each click? `slider.startShow()`
Give it a shot. You won't know until you try.