Skip to content

Instantly share code, notes, and snippets.

@monkviper
Last active April 26, 2021 12:17
Show Gist options
  • Save monkviper/3c58438f3592a4fd9b31 to your computer and use it in GitHub Desktop.
Save monkviper/3c58438f3592a4fd9b31 to your computer and use it in GitHub Desktop.
function updateheight(){
_.parents('.slick-list').height(_.parents('.chapters_slide.slick-active').height());
}
$(".featured-slider-nav").each(function(index) {
$(this).click(function() {
_ = $(this);
setTimeout(updateheight, 500);
});
});
@vnpnlz
Copy link

vnpnlz commented Sep 24, 2015

Great fix.

@yousuff-tekhne
Copy link

Thanks Surinder it worked like magic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment